body {
    background-color: black;
    color: #33ff33;
    height: 100vh;
    width: 100vw;
}

.header {
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.text-box {
    font-family: 'Press Start 2P', cursive;
    font-size: 3rem;
}