@font-face {
    font-family: Daniel;
    src: url("../font/danielfont/Daniel-Regular.otf") format("opentype");
}

@font-face {
    font-family: Daniel;
    font-weight: bold;
    src: url("../font/danielfont/Daniel-Bold.otf") format("opentype");
}

@font-face {
    font-family: Daniel;
    font-weight: 900;
    src: url("../font/danielfont/Daniel-Black.otf") format("opentype");
}

html, body {
    margin: 0;
    padding: 0;
    font-family: Daniel, sans-serif;
    line-height: 1.5;
    background: #464646;
    font-size: 16px;
    color: #ffffff;
}

h1#title {
    margin-top: 30px;
    margin-bottom: 15px;
}

#container {
    width: 100%;
    max-width: 400px;
    height: 434px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -217px;
    margin-left: -200px;
    background: #262626;
    text-align: center;
    box-shadow: 0 0 20px #212121;
}

@media screen and (max-width: 400px) {
    #container {
        left: 0;
        margin-left: 0;
    }
}

#container ul.social {
    margin: 0;
    padding: 0;
    list-style: none;
}

#container ul.social li {
    background: #FFFFFF;
    margin: 10px;
}

#container ul.social li a {
    display: block;
    padding: 20px;
    background: gray;
    font-size: 32px;
    color: #ffffff;
    text-decoration: none;
    height: 35px;
    font-weight: bold;
}

#container ul.social li.instagram a {
    background: rgba(205, 72, 107, 0.8);
}

#container ul.social li.facebook a {
    background: rgba(59, 89, 152, 0.8);
}

#container ul.social li.youtube a {
    background: rgba(215, 30, 23, 0.8);
}

#container ul.social li.website a {
    background: rgba(33, 33, 33, 0.8);
}

#container ul.social li a span.fa {
    display: inline-block;
    width: 15%;
    float: left;
    font-size: 36px;
}

#container ul.social li a span.label {
    display: inline-block;
    width: 85%;
}