body {
    background: url("/bd_background.jpg") no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#headline {
    margin-top: 50px;
}

#dek {
    margin-top: 20px;
    font-family: 'Nunito', Bold;
    font-size: 30px;
    line-height: 100%;
    letter-spacing: -1px;
    word-spacing: -1px;
    color: black;
}

#boilerplate {
    margin-top: 20px;
    font-family: 'Roboto', Italic;
    font-size: 16px;
    color: black;
}

#signup {
    white-space: nowrap;
    margin-top: 60px;
}

.button.radius {
    border-radius: 9px;
}

#signupbutton {
    background-color: #b00000;
}
