#main{
    height: 100vh;
    width: 100%; 
    display: flex;
    justify-content: center;
    align-items: center;

}
.center-container {
    padding: 5%; 
    text-align: center;
    color: white;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
body{
    background-color: #3C3C3C;
    margin: 0;
    font-family: "Source Sans 3", sans-serif;
    font-optical-sizing: auto;
}
.social .social-item{
    height: 50px;
    display: inline-block;
    margin: 0 10px
}

.social .social-item img{
    max-height: 100%;
}
#logo{
    max-height: 200px;
    margin: 1em 5%;
    max-width: 100%;
}