body {
    background-color: black;
    font-size: 1.5rem;
    font-family: monospace, sans-serif;
    color: white;
    min-height: 100vh;
    min-height: 100svh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    /* flex-direction: column;
    gap: 1rem; */
}