body {
    image-rendering: pixelated;
    background-image: url(background.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: 800px auto;
    background-color: #2E2E2E;

    max-width: 500px;
    margin: auto;

    text-align: center;
    gap: 0.1em;
    font-size: 1em;
    line-height: 0.5;
    padding: 4px 6px;
}
