html, body {
    min-height: 100vh;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

body {
    background-color: #ffffff; /* Dark green background */
    color: #272727; /* Green text, similar to the image */
    font-family: 'Press Start 2P', cursive; /* Pixelated font */
    position: relative;
}

