::-webkit-scrollbar {
    display: none;
}

*{
    overflow: hidden;
    font-family: Arial, roboto, sans-serif;
}
#mainpopup{
    display: none;
}

.main {
    overflow: hidden;
    position: relative;
    background: transparent;
    background-color: transparent;
} 

.overlay{
    display: flex;
    position: absolute;
    color: white;
    z-index: 50;
    align-items: center;
    justify-content: center;
    text-shadow: 2px 2px black;
    line-height: 0.99em;
}

  
.anime iframe {
    display: block;
    overflow: hidden;
    position: relative;
    border: 0;
   
}

