
        body {
            font-family: Arial, sans-serif;
            background-color: #f0f0f0;
            margin: 0;
            padding: 0;
        }

        header {
            background-color: #333;
            color: #fff;
            text-align: center;
            padding: 1px;
        }

        h1 {
            font-size: 36px;
        }

        p {
            font-size: 18px;
            margin: 20px;
            text-align: center;
        }

        .centered-paragraph {
            text-align: center; /* Center align the paragraph text */
        }

        .game-list {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
        }

        .game {
            background-color: #fff;
            border: 1px solid #ccc;
            border-radius: 5px;
            margin: 10px;
            padding: 20px;
            width: 300px;
            text-align: center;
            box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
        }

        .game a {
            display: block;
            margin-top: 10px;
            text-decoration: none;
            background-color: #007bff;
            color: #fff;
            padding: 10px 20px;
            border-radius: 5px;
            font-weight: bold;
        }

        .game a:hover {
            background-color: #0056b3;
        }
        .responsive {
            width: 98%;
            height: auto;
        }

        .page-container {
            margin-left: 10px;  /* Adjust the left margin as needed */
            margin-right: 10px; /* Adjust the right margin as needed */
        }

        footer {
            text-align: center;
            margin-top: 20px;
            font-size: 12px;
            color: #666;
        }

        
        

.menu {
    list-style-type: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
    text-align: center; /* Align menu items to the center */
}

.menu li {
    display: inline-block; /* Display menu items horizontally */
}

.menu li a {
    display: block;
    padding: 10px 20px;
    text-decoration: none;
    color: #333;
}

.menu li a:hover {
    background-color: #f0f0f0;
}

.website-name {
   background-color: #FB5430;
            color: #FFFFFF;
            text-align: center;
            padding: 1px;
  
    vertical-align: middle; /* Align website name vertically in the middle */
    font-weight: bold; /* Make the website name bold */
    color: #333;
    text-decoration: none; /* Remove underline from the website name */         
}
.container {
    width: 80%; /* Adjust the width as needed */
    margin: 0 auto; /* Center the container horizontally */
    padding: 20px; /* Add padding inside the container */
    background-color: #f0f0f0; /* Set the background color */
    border-radius: 5px; /* Add rounded corners */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); /* Add a subtle shadow */


}

whatsapp-share-button img {
            width: 50px;  /* Adjust the size as needed */
            height: auto;
        }