body {
    font-family: monospace;
    margin: 8px;
    background-color: black;
    background: linear-gradient(#000, #0c0613);
    background-attachment: fixed;
    color: white;
}

main {
    display: flex;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    max-width: 900px;
    gap: 8px;
}

header {
    border: 3px double white;
    padding: 16px;
    text-align: center;
}

section {
    border: 3px double white;
    padding: 16px;
}

a {
    color: inherit;
}

p {
    text-align: center;
}

h2, h3 {
    margin-top: 4px;
    margin-bottom: 4px;
}