*{
  padding: 0;
  margin: 0;
}

button {
  background: none;
  border: none;
  margin:  0 10px;
  outline: none;
}

.canvas-container{
  margin: auto;
  width: 800px;
  height: 400px;
  position: relative;
}

@font-face {
  font-family: gameFont;
  src: url(../fonts/joystix_monospace.ttf);
}

#navigation-container {
  width: 100%;
  height: 80px;
  display: flex;
  flex: 1;
  justify-content: space-between;
  position: absolute;
  align-items: center;
  bottom: 0;
}
#menu-navigation-container {
  width: 100%;

  justify-content: space-between;
  padding: 0 20px;
  display: none;
}

#ingame-navigation-container {
  width: 100%;

  justify-content: space-between;
  padding: 0 20px;
  display: none;
}



#mobile-up {
 width: 64px;
 height: 64px;
}
#mobile-left {
  width: 64px;
  height: 64px;
  opacity:0.7;
}
#mobile-right {
  width: 64px;
  height: 64px;
  opacity:0.7;
}

#mobile-escape {
 width: 44px;
 height: 27px;
 position: absolute;
 top: 20;
 right: 20;
 /* visibility: hidden; */
 display: none;
}

#mobile-sprint {
  width: 64px;
  height: 64px;
  opacity:0.7;
}

#mobile-jump {
  width: 64px;
  height: 64px;
  opacity:0.7;
}

#mobile-enter{
  width: 64px;
  height: 64px;
}
