body {
    background-color: rgb(162, 130, 0) !important;
}
.room {
    margin-top: 5%;
    width:100%;
}
.room > img {
    width:100%;
    position: absolute;
} 
#compas{
    margin-top: 50%;
    width:20%;
    left: 41%;
}
#compasarrow{
    margin-top: 50%;
    width:20%;
    left: 41%;
}
.movementbuttons > button > img{
    width: 100%;
}
.movementbuttons > button{
    width: 30%;
}
.movementbuttons{
    position: absolute;
    bottom: 0;
    margin-bottom: 20%;
    left: 8%;
}
#startbutton{
    display: flex;
    justify-content: center;
    margin-top: 60%;
}
#start{
    font-size: 700%;
}
#username{
    margin-left: 20%;
    width: 60%;
}
#yourtime{
    font-size: 100%;
    display: flex;
    justify-content: center;
    margin-top: 40%;
}
input[type="text"]
{
    font-size:100%;
}
@media screen and (min-width: 920px) {
    .room {
        display: flex;
        justify-content: center;
        margin-top: 5%;
    }
    .room > img {
        width:50%;
    } 
    #compas{
        margin-top: 25%;
        width:10%;
        left: auto;
    }
    #compasarrow{
        margin-top: 25%;
        width:10%;
        left: auto;
    }
    .movementbuttons{
        display: none;
    }
    #start{
        font-size: 300%;
    }
    #startbutton{
        margin-top: 20%;
    }
    #username{
        margin-left: 20%;
        width: 60%;
    }
    #yourtime{
        display: flex;
        justify-content: center;
        margin-top: 16%;
        font-size: 200%;
    }
    input[type="text"]
    {
        font-size:200%;
    }
}