
        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: #006d77; /* Background color */
    color: #edf6f9; /* Text color */
    text-align: center;
    padding: 10px 20px; /* Padding for spacing around the text */
    font-weight: bold; /* Bold text */
    font-family: 'Arial', sans-serif; /* Friendly, modern font */
    text-decoration: none; /* Remove underline */
    display: inline-block; /* Ensures the size is based on content */
    border-radius: 8px; /* Rounded corners */
}

.website-name h1 {
    font-size: 40px; /* Text size of h1 */
    line-height: 1.2; /* Ensures the background height adjusts with text */
    margin: 0; /* Removes margin for exact background-text alignment */
}

.website-name:hover {
    background-color: #83c5be; /* Hover effect */
    color: #005f73; /* Hover text color */
}

        

.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;
        }
        
       


.game-comparison {
    display: flex;
    gap: 20px;
}

.game-card {
    background-color: white;
    border-radius: 8px;
    padding: 20px;
    width: 300px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    position: relative;
    text-align: center;
}

.badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: #1a73e8;
    color: white;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 12px;
}

.logo img {
    width: 150px;
    margin: 0 auto 20px auto;
}

.features {
    list-style-type: none;
    text-align: left;
    margin-bottom: 20px;
}

.features li {
    margin: 10px 0;
    color: #333;
}

.rating {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.score {
    font-size: 32px;
    color: #f39c12;
    margin-right: 10px;
}

.reviews {
    color: #777;
}



 /* Button Styling with High Contrast */
        .TextButton {
            background-color: #007bff; /* High contrast blue */
            color: #ffffff; /* White text for readability */
            padding: 12px 24px;
            font-size: 18px;
            font-weight: bold;
            border-radius: 8px;
            text-decoration: none;
            display: inline-block;
            border: 2px solid #ffffff; /* White border for more contrast */
            cursor: pointer;
            transition: background-color 0.3s ease, transform 0.2s ease;
        }

        /* Hover Effect */
        .TextButton:hover {
            background-color: #0056b3; /* Darker blue */
            color: #ffffff; /* Keep text readable */
            transform: scale(1.05);
        }

        /* Icon Styling */
        .TextButton i {
            margin-right: 8px; /* Space between icon and text */
        }
        
        
   .mail {
            width: 100%;
            max-width: 400px;
            background: #fff;
            padding: 20px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
            border-radius: 10px;
            text-align: center;
        }
        
        /* Ensure SendX form fits well */
        .sendx-form-I0Bj1dT1Ue9L4LIgE2a793 {
            width: 100%;
        }
        
 