html{
    background-color: black;
}
body{
    text-align: center;
}
h1 {
    text-align: center;
    color: white;
    font-family: Verdana;
    font-weight: normal;
    font-size: 50px;

}

h2 {
    text-align: center;
    color: white;
    font-family: Verdana;
    font-weight:300;
    font-size: 42px;

}
.download-link {
    color: aquamarine;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    font-family: Verdana;
}
p{
    color: grey;
    font-family: Verdana;
    font-size: 21px;
    text-align: center;
}

img{
    margin-bottom: 10px;
    margin-top: 10px;
}
#copyright{
    text-align: right;
    font-family: verdana;
}