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

h1 {
    color: white;
    text-align: center;
    font-family: verdana;
    font-weight: normal;
    font-size: 50px;
}

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

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

h3 {
    font-family: verdana;
    font-size: 21px;
    color: gray;
}

#main-image {
    padding: 5px;
}

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