body {
    margin: 0;
    padding: 0;
    background-color: black;
    font-family: 'Open Sans', sans-serif;
    color: white;
}

header {
    width: 100%;
    height: 200px;
    background-image: url("../imgs/background.jpg");
    background-size: cover;
    background-position-y: 40%;
    filter: brightness(75%);
}

#headline {
    text-align: center;
    padding-top: 10px;
    color: white;
    font-size: 130%;
    text-shadow: 10px 5px 5px black;
}

#headline h1 {
    font-weight: 300;
    letter-spacing: 2px;
}

#headline p {
    margin-top: -25px;
    font-weight: 300;
    font-family: 'Open Sans Condensed', sans-serif;
    letter-spacing: 3px;
}

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

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