html,
body {
    overflow: hidden;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

* {
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#canvas {
    width: 100%;
    height: 100%;
    touch-action: none;
}

#location {
    position: absolute;
    background-color: black;
    border: 2px solid red;
    text-align: center;
    color: white;
    top: 150px;
    left: 15px;
    width: 160px;
    height: 40px;
    z-index: 10;
}

#resume_button {
    position: absolute;
    background-color: black;
    border: 2px solid red;
    text-align: center;
    color: white;
    top: 210px;
    left: 15px;
    width: 160px;
    height: 40px;
    z-index: 10;
}

#gesture1_button {
    position: absolute;
    background-color: black;
    border: 2px solid red;
    text-align: center;
    color: white;
    top: 210px;
    left: 200px;
    width: 160px;
    height: 40px;
    z-index: 10;
}

#gesture2_button {
    position: absolute;
    background-color: black;
    border: 2px solid red;
    text-align: center;
    color: white;
    top: 270px;
    left: 200px;
    width: 160px;
    height: 40px;
    z-index: 10;
}

#gesture3_button {
    position: absolute;
    background-color: black;
    border: 2px solid red;
    text-align: center;
    color: white;
    top: 330px;
    left: 200px;
    width: 160px;
    height: 40px;
    z-index: 10;
}

#sounds_button {
    position: absolute;
    background-color: black;
    border: 2px solid red;
    text-align: center;
    color: white;
    top: 550px; 
    left: 15px;
    width: 160px;
    height: 40px;
    z-index: 10;
}

#music_button {
    position: absolute;
    background-color: black;
    border: 2px solid red;
    text-align: center;
    color: white;
    top: 610px; 
    left: 15px;
    width: 160px;
    height: 40px;
    z-index: 10;
}

#game {
    width: 100%;
    height: 100%;
}

.drop_zone {
    position: absolute;
    background-color: black;
    border: 2px solid red;
    text-align: center;
    color: white;
    bottom: 15px;
    left: 15px;
    width: 120px;
    height: 80px;
    z-index: 10;
}

#version {
    position: absolute;
    text-align: center;
    color: red;
    bottom: 0px;
    right: 0px;
    width: 120px;
    height: 50px;
    z-index: 10;
}