body {
    background: #1a0933;
}

#SKAB {
    position: absolute;
    top: 0%;
    left: 50%;
    width: 90%;
    height: 7.5%;
    transform: translateX(-50%);
    box-shadow: 0 0 20px rgb(110, 53, 175), 0 0 30px rgb(110, 53, 175), 0 0 40px rgb(110, 53, 175), 0 0 50px rgb(110, 53, 175);
    border: 3px solid #7627dd;
    border-radius: 50px;
    background: rgba(48, 46, 45, 1);
    z-index: 9997;
}

#SKAB a {
    position: absolute;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
}

#SKAB button {
    margin: 0 auto;
    width: 13%;
    height: 70%;
    position: relative;
    top: 15%;
}

#SKIB {
    position: absolute;
    min-width: 30%;
    top: 30%;
    left: 50%;
    overflow: hidden;
    transform: translateX(-50%);
    box-shadow: 0 0 20px rgb(110, 53, 175), 0 0 30px rgb(110, 53, 175), 0 0 40px rgb(110, 53, 175), 0 0 50px rgb(110, 53, 175);
    min-width: 350px;
    margin: 0 auto;
    border: 3px solid #7627dd;
    border-radius: 50px;
    background: rgba(48, 46, 45, 1);
    min-height: 250px;
    padding: 20px;
    z-index: 9997;
    text-align: center;
    align-items: center;
}
.skyscraper-ad {
    position: fixed;
    /* Fixes the position relative to the viewport */
    top: 50%;
    /* Center vertically */
    right: 0;
    /* Aligns to the right */
    transform: translateY(-50%);
    /* Adjusts for vertical centering */
    width: 160px;
    /* Width of the skyscraper ad */
    height: 600px;
    /* Height of the skyscraper ad */
    background-color: #f0f0f0;
    /* Background color for visibility */
    z-index: 9999;
    /* High z-index to ensure it appears on top */
    border: 1px solid #ccc;
    /* Optional border */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    /* Optional shadow for effect */
    display: flex;
    /* Flexbox for centering content inside */
    align-items: center;
    /* Center vertically */
    justify-content: center;
    /* Center horizontally */
}

.skyscraper-ad2 {
    position: fixed;
    /* Fixes the position relative to the viewport */
    top: 50%;
    /* Center vertically */
    left: 0;
    /* Aligns to the right */
    transform: translateY(-50%);
    /* Adjusts for vertical centering */
    width: 160px;
    /* Width of the skyscraper ad */
    height: 600px;
    /* Height of the skyscraper ad */
    background-color: #f0f0f0;
    /* Background color for visibility */
    z-index: 9999;
    /* High z-index to ensure it appears on top */
    border: 1px solid #ccc;
    /* Optional border */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    /* Optional shadow for effect */
    display: flex;
    /* Flexbox for centering content inside */
    align-items: center;
    /* Center vertically */
    justify-content: center;
    /* Center horizontally */
}