body {
    background-color: #000000;
    color: #ffffff;
    font-family: "Geist Mono", monospace;
}

.container {
    display: flex;
    justify-content: center;
    height: 100vh;
}

.text {
    margin-top: 30vh;
}
