body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    background-color: #000000;
    color: white;
    margin: 0;
}
nav {
    display: inherit;
    flex-direction: row;
    background-color: #101010;
    padding: 0.4em;
    width: 100%;
    text-align: left;
}
h1 {
    margin-top: 5em;
    margin-bottom: 1em;
}
a {
    padding-right: 1em;
    color: white;
}