html {
    font-size: 1rem;
}

body {
    align-items: center;
    background: #111;
    color: #ddd;
    display: flex;
    flex-direction: column;
    font-family: Courier, monospace;
    height: 100dvh;
    justify-content: center;
    line-height: 1.5;
    margin: 0;
}

a {
    color: #aa8;
    text-decoration-thickness: 1px;
}

main {
    max-width: 320px;
    hyphens: auto;
    padding: 0 1rem 1rem 1rem;
    width: 100%;
}
