*:focus {
    outline: none;
}
@font-face {
    font-family: '04b30';
    src: url('../fonts/04b_30__--1451749284989353928000-webfont.woff2') format('woff2'),
        url('../fonts/04b_30__--1451749284989353928000-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
iframe{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}
iframe, body,html{
    overflow:hidden;
}
html{
    background-color:black;
    color:#f1d001;
    font-size: 35px;
    font-family: '04b30';
    text-align:center;
}

.inputtext{
    font-family: '04b30';
    border:4px solid #f1d001;
    padding:10px;
    margin-top:20px;
    width: 50%;
}
input{
    font-size: 25px;
    box-sizing: content-box
}
.button{
    background:none;
    border:4px solid #ff0001;
    color:#ff0001;
    font-family: '04b30';
    padding:10px;
    cursor:pointer;
}

.container{
    background-color:black;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 20;
}
form{
    position: absolute;
    width:900px;
    left:50%;
    margin-left:-450px;
    height:200px;
    top:50%;
    margin-top:-100px;
  }
.turnyourphone{
    background-color:black;
    position:absolute;
    width: 100%;
    height: 100%;
    z-index:10;
    display: flex;
    justify-content: center;
    align-items: center;
}
.game{
    background-color:black;
    position:absolute;
    width: 100%;
    height: 100%;
    z-index:0;
}
@media only screen and (max-width: 900px) {
html{
    font-size:30px;
}
input{
    font-size:20px;
}
form{
    position: absolute;
    width:600px;
    left:50%;
    margin-left:-300px;
    height:150px;
    top:50%;
    margin-top:-75px;
    }
}

@media only screen and (max-width: 650px) {

    html{
        font-size: 22px;
    }
    input{
        font-size:12px;
        
    }
    form{
        position: absolute;
        width:300px;
        left:50%;
        margin-left:-150px;
        height:250px;
        top:50%;
        margin-top:-125px;
    }
    
    .button,.inputtext{
        width:80%;
    }
    .button{
        margin-top:10px;
    }
}
@media screen and (orientation:portrait) { .turnyourphone{display:flex;} }
@media screen and (orientation:landscape) { .turnyourphone{display:none;} }