        body {
            background-color: #4A0404;
            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
            color: #FFFFFF;
            font-family: Arial, sans-serif;
            margin: 0;
            padding: 0;
        }

        header {
            background-color: #800000;
            box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.3);
            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
            padding: 20px;
            text-align: center;
        }

        h1 {
            font-size: 36px;
            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
            margin: 0;
            padding: 0;
        }
        
           h2 {
            font-size: 36px;
            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
            margin: 0;
            padding: 0;
        }


        nav {
            margin-top: 20px;
            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
        }

        nav ul {
            list-style-type: none;
            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
            margin: 0;
            padding: 0;
        }

        nav ul li {
            display: inline;
            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
            margin-right: 10px;
        }

        nav ul li a {
            color: #FFFFFF;
            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
            text-decoration: none;
            font-size: 18px;
        }

        main {
            padding: 20px;
            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
        }

        footer {
            padding: 10px;
            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
            text-align: center;
        }
        .game {
    margin-bottom: 20px;
    text-align: center;
}

.game img {
    width: 200px;
    height: auto;
    margin-bottom: 10px;
}

.play-button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #990000;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.3);
    border: none;
}

.play-button:hover {
    background-color: #b30000;
    transform: translateY(2px);
}



        footer p {
            margin: 0;
            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
            padding: 0;
            color: #FFFFFF;
            font-size: 14px;
        }
nav.bordered a {
    border: 2px solid #A52A2A;
    border-radius: 8px;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
    padding: 10px 20px;
}
.center {
    text-align: center;
}
.game-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-gap: 20px;
}

.game {
    background-color: #800000;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.game-page {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
}

.flash-player {
    width: 600px; /* Adjust the width as needed */
    height: 400px; /* Adjust the height as needed */
}
