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

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

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

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

h2 {
    font-weight: 300;
    font-size: 42px;
}

.grey-text {
    font-size: 21px;
    color: gray;
}