@font-face {
    src: url(../../fonts/frank/FrankfurterChrD/FrankfurterChrD.ttf);
    font-family: frank;

}
html,body {
    height: 100vh;
    width: 100vw;
}

body {
    background-color: black;
}

iframe {
    width: 90vw;
    height: 85vh;
    display: block;
    margin: 0 auto;
    position: relative;
    top: 5vh;
    border: 3px dotted #09ff00;
}
p {
    font-family: frank;
    color: white;
    position: fixed;
    display: block;
    bottom: 0;
    text-align: center;
    width: 100vw;
    filter: drop-shadow(0px 0px 4px lime);
}
img {
    height: 23vw;
    display: block;
    position: fixed;
    bottom: 0;
    left: 62vw;

}

@media screen and (min-width:320px) {
    p {
        font-size: 20pt;
    }
}

@media screen and (min-width:700px) and (min-height:700px) {
    p {
        font-size: 40pt;
    }
}