body {
    width: 100%;
    height: 100%;
}
#start {
    top: 50%;
    left: 50%;
    width: 20%;
    height: 10%;
    font-size: 40px;
}


#nameInput {
    top: 50%;
    left: 50%;
    width: 20%;
    height: 5%;
}

#startScreen {
    flex-direction: column;
}
#game, #startScreen{
    font-size: 40px;
    margin-top: 20px;
    position: absolute;

    top: 1em;
    left: 1em;
    right:1em;
    bottom: 1em;
    border: 1px solid black;
}

#game {
    background-color: black;
    color: white;
}
#startScreen {
    background-image: url("data/bg.png")
}
/*#plt1 {
    top: 50%;
    left: 5%;
    background-color: blue;
} */
/*#gyro-container {
    width: 200px;
    height: 200px;
    background-color: #000;
    position: relative;
}
#gyro {
    width: 100%;
    height: 100%;
    background-color: #ccc;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
} */


.platform {
    position: absolute;
    display: block;
    width: 20%;
    height: 2.5%;
    background-color: red;
    border-radius: 0.5em;

}

.owl  {
    position: absolute;
    width: 10%;
    height: 10%;


}