@font-face {
    font-family: "Peralta";
    src: local("Peralta Regular"), local("Peralta-Regular"),
       url("fonts/Peralta-Regular.ttf");
    font-style: normal;
    font-weight: 400;
 }

body{
    margin:0;
    padding:0;
    background: #000;
}
#frame{
    max-height: 100vh;
    max-width: 100vw;
    overflow: hidden;
}
.f1 {
    font-family: "Peralta",Arial;
}
.f2 {
    font-family: "Peralta",Arial;
}

#fontLoader {
    visibility: hidden;
    position: absolute;
}

#captions{
    position: absolute;
    padding:5px;
    width:84%;
    left:8%;
    font-size: 1rem;
    line-height: 1.3rem;
    text-align: center;
    pointer-events: none;
    color: #fff;
    background: rgba(0,0,0,0.5);
    top:0;
    bottom: auto;
    font-family: Arial, Helvetica, sans-serif;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}