@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: 15%;
    z-index: 15;
}

#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) {}