body {
    background-color: black;
    color: white;
    font-family: Georgia, serif;

    max-width: 800px;
    margin: auto;

    padding: 40px;

    line-height: 1.8;
}

h1 {
    font-size: 56px;
    margin-bottom: 5px;
}

h2 {
    margin-top: 50px;
}

h3 {
    margin-bottom: 0px;
}

p {
    font-size: 20px;
}

.menu {
    margin-bottom: 60px;
}

.menu a {
    color: white;
    text-decoration: none;

    margin-right: 25px;

    font-size: 18px;
}

.menu a:hover {
    text-decoration: underline;
}