body {
    background-color: black;
    color: white;
    font-family:
        system-ui,
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        Roboto,
        Oxygen,
        Ubuntu,
        Cantarell,
        "Open Sans",
        "Helvetica Neue",
        sans-serif;

    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0 8px;
    min-height: 100vh;
}
