html, body {
    background: black;
    height: 100%;
    background-size:cover;
}

#logo img {
    margin:0 auto !important;
    padding-top:20px;
    background-color: black;
}

#intro p {
    color: white;
    text-align:center;
    font-family: 'Roboto Slab', serif;
    font-size:1.8em;
}

#icons {
    text-align:center;
}

#icons .fab {
    color:white;
    margin:5px 10px;
    position:relative;
    bottom:0;
    transition:all 0.2s ease-in-out;
}

#icons .fa-facebook-square:hover {
    color: rgb(66, 203, 66);
    bottom:5px;
}
#icons .instagram:hover {
    color: rgb(66, 203, 66);
    bottom:5px;
}