* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


body {
    background: fixed;
    background-image: url(../img/bg.webp);
    background-repeat: no-repeat;
    background-position: center;
    min-height: 100vh;
    background-size: cover;
    overflow-x: hidden;
    font-family: "Inter";
}

.theme-box,
.theme-box h1,
.theme-box h2,
.theme-box h3,
.theme-box p,
.theme-box span,
.theme-box li,
.theme-box button {
    color: rgb(255, 255, 255);
}

.theme-box.dark-mode,
.theme-box.dark-mode h1,
.theme-box.dark-mode h2,
.theme-box.dark-mode h3,
.theme-box.dark-mode p,
.theme-box.dark-mode span,
.theme-box.dark-mode li,
.theme-box.dark-mode a,
.theme-box.dark-mode button {
    background-color: #ffffff;
    color: #000000;
}


header {
    width: 100%;
    position: fixed;
}

.logo a {
    text-decoration: none;
    color: #9300ff;
    padding-top: 7px;
}

footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    color: white;
    text-align: center;
}

ul {
    list-style-type: none
}

 .light {
     border-radius: 8px;
     height: 36px !important;
     width: 36px !important;
     background-color: rgb(255 73 0 / 31%) !important;
     color: white;
     border: none;
     margin-left: 68px;
     font-size: 18px;
 }

.container {
    background-color: hsl(240 10% 3.9%);
    width: 30% !important;
    margin: 0 auto;
}


 .logo {
     margin: 0 auto;
     display: flex;
     align-items: center;
 }

.main-header {
    display: flex;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid rgb(53 53 53);
}
.main-header a {
     margin: 0 auto;
 }
.container h2 {
    margin-top: 0;
    font-size: 24px;
    font-weight: 600;
    color: #ffffff;
    padding-top: 55px;
}

.last-updated {
    font-size: 13px;
    color: #bbbbbb;
    margin-bottom: 15px;
}

.policy-box {
    padding: 28px 12px;
    border-radius: 6px;
    border: 1px solid #444;
    margin-bottom: 35px;
}

.policy-box h3 {
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    margin-top: 20px;
}

.policy-box p {
    font-size: 12px;
    font-weight: 500;
    color: #dddddd;
    margin: 8px 0;
}

footer i {
    color: #5a5a5a !important;
}



.ad {
    padding-top: 50px;
    padding-bottom: 100vh;
}

.main-footer {
    border-top: 2px solid gray;
}

.main-footer a {
    text-decoration: none;
    color: white;
    display: inline-block;
    padding: 10px 40px;
    padding-bottom: 20px;
    position: relative;
}

footer i {
    color: #5a5a5a !important;
}

.game span {
    position: absolute;
    top: 30px !important;
    left: 21px !important;
    font-size: 12px !important;
    color: white;
    font-family: "Inter";
}



.about span {
    position: absolute;
    top: 30px !important;
    left: 21px !important;
    font-size: 12px !important;
    color: #ffffff;
    font-family: "Inter";
}


.contact span {
    position: absolute;
    top: 30px !important;
    left: 17px !important;
    font-size: 12px !important;
    color: white;
    font-family: "Inter";
}




.privacy span {
    position: absolute;
    top: 30px !important;
    left: 21px !important;
    font-size: 12px !important;
    color: white;
    font-family: "Inter";
}