* {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    user-select: none;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body {
    background-color: rgb(176, 230, 240);
    padding: 10px;
}
.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 40px;
    background-color: rgb(213, 231, 234);
    border-radius: 30px;
    margin-bottom: 30px;
}
.navbar p {
    font-size: 32px;
    font-weight: bold;
}
ul {
    list-style: none;
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 30px;
}
a {
    text-decoration: none;
    font-size: 24px;
}
.kakger {
    color: black;
}
#active-page {
    color: rgb(247, 33, 0);
    font-weight: bold;
}
.introduction {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    margin-top: 20px;
}
.introduction h1 {
    font-size: 42px;
    margin-bottom: 10px;
}
.siki {
    font-size: 22px;
    max-width: 800px;
    padding: 20px;
    line-height: 1.5;
}
.main-div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: rgb(126, 207, 239);
    border-radius: 30px;
    max-width: 700px;
    margin: 30px auto;
    padding: 25px;
}
.main-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    width: 100%;
    margin-bottom: 15px;
}
.main-button h1 {
    font-size: 32px;
    text-align: center;
}
.butt {
    border-radius: 10px;
    border: 2px solid rgb(111, 164, 213);
    background-color: rgb(111, 164, 213);
    font-size: 24px;
    padding: 5px 15px;
    cursor: pointer;
}

#balls-1, #balls-2, #balls-3, #balls-4, #balls-5, #balls-6, #balls-7, #balls-8 {
    display: none;
}
#balls-1.show, #balls-2.show, #balls-3.show, #balls-4.show, #balls-5.show, #balls-6.show, #balls-7.show, #balls-8.show {
    display: flex;
}

.nigger {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
}
.main-div img {
    width: 100%;
    max-width: 400px;
    height: 250px;
    object-fit: cover;
    border-radius: 20px;
}
.nigger p {
    font-size: 32px;
    margin-top: 15px;
}
.niggers {
    display: flex;
    flex-direction: column;
    align-items: center;    /* Centers the text horizontally */
    justify-content: center;
    padding: 20px;          /* Optional: Replaces the 500px push with balanced padding */
    text-align: center;     /* Optional: Centers text inside the divs */
}

.siktir {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 30px;
}
.asang {
  display: flex;
  justify-content: flex-end; 
  max-width: 800px; /* Matches your siki text width limit for perfect alignment */
  margin: 0 auto;   /* Centers the button container area on wide screens */
  padding-right: 20px; /* Tweaks exactly how far from the right edge it sits */
}


.lolig {
  width: 100px;
  height: 70px;
  border-radius: 15px;
  font-size: 20px;
  margin-top: 20px;
}

/* ==========================================================================
   MOBILE RESPONSIVE STYLES 
   ========================================================================== */
@media (max-width: 768px) {
    .navbar {
        flex-direction: column;
        gap: 10px;
        padding: 15px;
    }
    .navbar p {
        font-size: 26px;
    }
    a {
        font-size: 20px;
    }
    .introduction h1 {
        font-size: 32px;
    }
    .siki {
        font-size: 18px;
        padding: 10px;
    }
    .main-div {
        margin: 20px 10px;
        padding: 15px;
    }
    .main-button h1 {
        font-size: 22px;
    }
    .butt {
        font-size: 18px;
        padding: 4px 10px;
    }
    .main-div img {
        max-width: 100%;
        height: auto;
    }
    .nigger p {
        font-size: 30px;
    }
}
