body {
    background-image: linear-gradient(#000, #000, #333, #555) !important;
    font-family: 'Roboto', cursive;
}

.container {
    width: 800px;
    margin: auto;
    text-align: center;
    color: white;
}

#imagefeather {
    max-width: 800px;
    max-height: 600px;
    margin: auto;
}

#imagefeather:before {
    
    display:block;
    content:'';
    position:absolute;
    width:800px;
    height:600px;
    -moz-box-shadow:inset 0px 0px 30px 30px #000;
    -webkit-box-shadow:inset 0px 0px 30px 30px #000;
    box-shadow:inset 0px 0px 30px 30px #000;
}

#headerimg {
    width: 100%;
    height: 100%;
}

#logo {
    position: absolute;
    top: 350px;
    width: 800px;
    margin: auto;
}

#logo img {
    width: 600px;
    margin: auto;
}

.some {
    margin-left: 10px;
    margin-right: 10px;
}

.some img {
    width: 64px;
}

#text {
    margin-top: 30px;
    font-size: 24px;
    color: #EEE;
    text-align: center;
}

.link {
    color: white;
}

.list {
    text-align: left;
}

.footer {
    height: 100px;
}

.small {
    font-size: 12px;
}

a {
    color: #d4fbff;
}

table {
    margin: auto;
}

td {
    padding: 10px;
    font-size: 24px;
}