html {
    background-color: black;
    height: 100%;
}

body{
    background-color: black;
    height: 100%;
    box-sizing: border-box;
    padding-top: 100px;
    padding-bottom: 100px;
}

h1, h2, h3{
    font-family: Futura,"Trebuchet MS",Arial,sans-serif;
    color: white;
}

a{
    text-decoration: none;
    color: white;
}

a:hover {
    text-decoration: underline;
    color: white;
}

/*header img{
    width: 300px;
}*/

.social-icon {
    width: 30px;
    margin-bottom: 50px;
}

p{
    color: rgba(255,255,255, 0.65);
}

p strong {
    color: white;
}