main {
    max-width: 60em;
}

article {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: flex-start;
    gap: 4em;
}

section {
    max-width: 28em;
}

p {
    line-height: 1.5em;
}

.centered {
    text-align: center;
}

#ananyms {
    width: 80%;
    font-family: monospace;
    font-size: 130%;
    resize: none;
}
