    body {
        margin: 0;
        padding: 0;
        overflow: hidden;
        display:flex;
        flex-direction: column;
        align-items: center;
        background-color: black;
        font-family: 'Goldman', sans-serif;
    }
    #banner img {
        max-width: 100%; /* This ensures the image is responsive and fits within its container */
        height: auto; /* Maintain aspect ratio */
        /* Add any additional styling needed for the banner image */
    }
    #game-container {
     

        max-width: 100%;

    }