@font-face {
    font-family: Roboto;
    src: url(../fonts/roboto-condensed.regular.ttf) format('truetype');
}

* {
    cursor: none !important;
}

html {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}

body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

#mainIframe {
    width: 100vw;
    height: 100vh;
    position: absolute;
    z-index: 0;
}

#overbox {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}

video {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    object-fit: cover;
    visibility: hidden;
}