body {
    background-color: #000000;
    color: #ffffff; /* Sets text to white for readability */
    font-family: "Geist Mono", monospace;
}

.container {
    display: flex;
    justify-content: center; /* Centers horizontally */
    height: 100vh; /* Makes the container fill the screen height */
}

.text {
    /* Just above the top third (33.3%) */
    margin-top: 30vh;
}
