html {
    /*background-color: #303030;*/
    background-color: #242424;
}

body {
    font-family: monospace;
    font-size: 16px;
    line-height: 1.4;
    margin: 1em auto;
    max-width: 600px;
    color: #eeeeee;
}

h1 {
    text-align: center;
    margin: 1em;
}

h2 {
    text-align: center;
    font-size: 16px;
    color: #eeeeee;
    font-weight: normal;
}

p {
    text-align: justify;
    font-size: 14px;
    color: #eeeeee;
    margin: 1em;
}

img {
    display: block;
    margin: 10px auto;
    max-width: 100%;
    width: 100px;
    height: 100px;
}

a {
    color: #e942e9;
    text-decoration: underline;
}

.separator {
    height: 1px;
    border-bottom: 1px solid #37cc37;
}

nav {
    display: flex;
    justify-content: center;
    gap: 10px;
}

nav a::after {
    content: ">";
    color: #eeeeee;
    display: inline-block;
    width: 0;
    height: 2px;
    padding: 0 5px;
}

footer {
    text-align: center;
    margin-top: 20px;
    margin-left: 1em;
    margin-right: 1em;
}