body {
    background-color: #333;
    color: #eee;
    font-family: sans-serif;
}

main {
    padding: 2em 0 20% 20%;
    width: 60%;
}

h1 {
    font-family: monospace;
    font-size: 32px;
    letter-spacing: 3px;
}

header {
    text-align: center;
}

a {
    color: lightblue;
}

a:hover {
    color: #fff;
}

hr {
    color: #eee;
}

aside {
    font-style: italic;
}
