/* Body */
* {
    background-color: black;
    text-align: center;
}

/* Main */
#about {
    font-family: Verdana;
    font-weight: normal;
    font-size: 50px;
    color: white;
    text-align: center;
}

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

h2 {
    font-family: Verdana;
    font-weight: 300;
    font-size: 42px;
    color: white;
}

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

/* Footer */
#copyright h3 {
    text-align: right;
    color: gray;
    font-size: 21px;
    font-family: verdana;
    font-weight: normal;
}