body {
    background-color: black;
    font-family: Verdana; 
    text-align: center;
}

p {
    font-size: 21px;
    color: gray; 
}

header {
    font-size: 50px;
    font-weight: normal;
    color: white; 
}

.download {
    margin-top: 30px;
}

.download a {
    color: aquamarine; 
    font-size: 16px;
}

#video {
    margin-top: 20px;
}

.subhead p {
    font-weight: 300;
    font-size: 42px;
    color: white; 
}

footer p {
    text-align: right;
    color: gray; 
}