* 
{
  box-sizing: border-box;
}

body, html 
{
    margin: 0px;
    font-family: 'Source Code Pro', monospace;
    background-color: #0d0d0d;
    color: #ffffff; font-size: 0.9em;    
    background-repeat: no-repeat;
    background-image: url(../img/background.jpg);
    background-attachment: fixed;
    background-position: center top;
    height: 100%;
}

.wrapper
{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%; height: 100%;
}

.content
{
    width: 590px;
    margin: auto;
    text-align: center;
}

.logo
{
    width: 200px;
}

a
{
    color: #7c7c7c;
}

/* Style all font awesome icons */
.fa {
    padding: 8px;
    font-size: 16px;
    width: 32px;
    text-align: center;
    text-decoration: none;
    /*border-radius: 30%;*/
    margin: 0px 2px 0px 0px;
}

.fa:hover {
  opacity: 0.7;
}

.fa-facebook, .fa-twitter, .fa-instagram, .fa-soundcloud {
  color: white;
}