body {
    background-color: black;
    color: white;
    text-align: center;
    font-family: sans-serif;
    margin: 0;
           
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    }

.lang-btn {
    padding: 5px 10px;
    margin: 5px;
    color: white;
    background-color: black;
    cursor: pointer;
}

.active-lang {
    background-color: white !important;
    color: black !important;
    font-weight: bold;
}

#privacypolicyPage {
    max-width: 800px;
    margin: auto;
    line-height: 1.8;
    font-size: 18px;
}

a, button {
    color: #00ffcc;
    text-decoration: none;
    margin: 10px;
    display: inline-block;
    border: 1px solid white;
    padding: 10px 20px;
    border-radius: 10px;
    }

.games {
    margin-top: 20px;
    width: 100%;
    padding: 20px;
    border: 1px solid #444;
    max-width: 600px;
    }

.button1 {
    position: absolute;
    top: 20px;
    left: 20px;
    margin: 0;
    }

.button2{
    position: absolute;
    top: 20px;
    right: 20px;
    margin: 0;
    }

.button3{
    margin-top: 20px;
    width: 100%;
    padding: 20px;
    max-width: 600px;
    }

.button4{
    margin-top: 20px;
    width: 100%;
    padding: 20px;
    max-width: 600px;
    }
