.centeredMenuContainer {
  z-index: 10;
  backdrop-filter: blur(10px);
  background-color: #3337;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
}

.joinMenu {
  width: 100%;
  max-width: 300px;
  margin: 50px auto 0;
  padding: 20px;
}

.menuInput, .menuButton {
  color: #fff;
  text-align: center;
  box-sizing: border-box;
  background-color: #333;
  border: 3px solid #999;
  border-radius: 20px;
  outline: none;
  width: calc(100% - 5px);
  margin: 10px 0;
  padding: 10px;
  font-family: sans-serif;
  font-size: 21px;
  transition-property: background-color;
  transition-duration: .2s;
  box-shadow: 0 0 15px #000;
}

.menuButton {
  cursor: pointer;
}

.menuInput:hover, .menuButton:hover {
  background-color: #444;
}

.stats, .toplist {
  z-index: 5;
  backdrop-filter: saturate(200%) blur(5px);
  background-color: #fff9;
  border-radius: 30px 10px 10px;
  min-width: 150px;
  padding-top: 20px;
  font-family: sans-serif;
  position: fixed;
  top: 10px;
  left: 10px;
  box-shadow: 0 0 15px #000;
}

.stats .statElement {
  border-left: 3px solid #35f;
  margin: 10px 10px 10px 5px;
  padding-left: 5px;
}

.stats .statElementName {
  color: #111;
  font-size: 20px;
  font-weight: bold;
  overflow: auto;
}

.stats .statElementName:after {
  content: ":";
}

.stats .statElementValue {
  color: #333;
  font-size: 18px;
}

.toplist {
  border-radius: 10px 30px 10px 10px;
  padding-top: 5px;
  top: 10px;
  left: auto;
  right: 10px;
}

.toplist .title {
  text-align: center;
  width: 100%;
  font-size: 20px;
  font-weight: bold;
}

.toplist .items {
  margin-bottom: 10px;
}

.toplist .item td {
  padding: 5px;
}

.toplist .item .number {
  text-align: center;
  color: #400;
}

.toplist .item .number:after {
  content: ".";
}

.toplist .item .name {
  min-width: 120px;
}

.toplist .item .score {
  text-align: center;
  color: #037;
  min-width: 30px;
}

#touchJoystick {
  z-index: 100;
  pointer-events: none;
  backdrop-filter: blur(3px);
  background-color: #fff5;
  border: 5px solid #fff;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  margin-top: -75px;
  margin-left: -75px;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
}

#touchJoystick .stick {
  background-color: #fff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-top: 50px;
  margin-left: 50px;
  position: absolute;
  top: 0;
  left: 0;
}

.navButton {
  z-index: 10;
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 50px;
  height: 50px;
  transition-property: margin-left, margin-bottom, width, height;
  transition-duration: .2s;
  position: fixed;
  bottom: 10px;
  left: 10px;
}

.navButton:hover {
  width: 60px;
  height: 60px;
  margin-bottom: -5px;
  margin-left: -5px;
}

#fullscreenButton {
  background-image: url("fullscreen.a23a9b7a.svg");
  left: 75px;
}

#menuButton {
  background-image: url("menu.f0867a7b.svg");
}

@media only screen and (width <= 500px), only screen and (height <= 600px) {
  .joinMenu {
    margin-top: 0;
  }

  .stats, .toplist {
    min-width: 100px;
  }

  .stats .statElement {
    border-left: 2px solid #35f;
    margin: 5px 5px 5px 3px;
    padding-left: 3px;
  }

  .stats .statElementName {
    font-size: 13px;
  }

  .stats .statElementValue {
    font-size: 12px;
  }

  .toplist .title {
    font-size: 15px;
  }

  .toplist .item td {
    padding: 2px;
    font-size: 12px;
  }

  .toplist .item .name {
    min-width: 80px;
  }
}
/*# sourceMappingURL=index.2cdaf7bc.css.map */
