@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');
body {
    background-color: #fffcfa;
    max-width: 100vw;
    overflow-x: hidden;
}

#button-back {
    position: absolute;
    top: 2%;
    left: 20%;
    z-index: 15;
}

#badge {
    position: absolute;
    top: 18px;
    left: 18px;
    z-index: 14;
    padding: 10px 14px;
    border-radius: 999px;
    border: 1px solid rgba(218, 234, 255, 0.16);
    background: rgba(10, 18, 28, 0.56);
    color: #eef6ff;
    font-size: 12px;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    box-shadow: 0 0 24px rgba(190, 220, 255, 0.08);
    pointer-events: none;
}

#title {
    background-color: #fffcfa;
    position: absolute;
    left: 50%;
    top: 20px;
    transform: (translate(-50%, 0%));
    color: #000000;
    font-size: 24px;
    padding: 10px;
    z-index: 99;
    border-radius: 5px;
}

#iframe {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
}


/* desktop mode */

@media screen and (max-width: 992px) {}


/* tablet mode */

@media screen and (max-width: 767px) {}


/* mobile mode */

@media screen and (max-width: 567px) {}
