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

h1{
    color : white;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: normal;
    font-size: 50px;
    text-align: centered;
}

h2{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: 300;
    font-size: 42px;
    color: whitesmoke;
}

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

p{
 color: grey;
 font-family: Verdana, Geneva, Tahoma, sans-serif;
 font-size: 21px;
}

footer{
    text-align: right;
}