

.mainBackground {
    width: 100%;
    overflow: visible;
    text-align: center;
    position: relative;
}

.responsive-image {
    position: relative;
    width: 100%;
    min-width: 1200px;
    height: auto;
    left: 50%;
    transform: translateX(-50%);
    max-width: none;
    display: block;
}

@font-face {
    font-family: 'tangak';
    src: url(/fonts/tangak/tangak.otf?1774383882) format("opentype");
}

#circle {
    width: 5px;
    height: 5px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    background: white;
}

.fa-arrow-right {
    font-size: 1.3vh;
    margin: 0px 6px 0px 6px;
    color: gray;
}

div#termsprotection {
    font-size: 0.9vh;
    font-weight: bold;
    position: absolute;
    display: none;
    text-align: center;
    width: 500px;
    aspect-ratio: 16/14;
    z-index: 9999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url('/images/clouds/cloud_with_policeman_sscg2_glasses.png?Tue Mar 24 20:24:42 UTC 2026');
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    background-position: 0% 0%;
    background-size: 100% 100%;
    opacity: 0;
}




#termsprotection {
    display: flex;
    flex-direction: column;
    z-index: 20000;
    font-size: 1.1vh;
    align-items: center;
    justify-content: center;
}

