body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0;
  font-family: "zabars", Arial, Helvetica, sans-serif;
  background-image: url("img/background_dessert.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100vh;
}

.mobile-phone-warning {
  display: none;
}

p {
  font-size: 20px;
  margin-top: 16px;
  margin-bottom: 16px;
  cursor: default;
}

span {
  position: absolute;
  bottom: 16px;
  right: 16px;
  font-size: 12px;
  z-index: 0;
}

a {
  color: black;
  text-decoration: none;
}

a:hover {
  color: #9900ff;
}

h1 {
  font-size: 60px;
  letter-spacing: 4px;
  margin-bottom: 40px;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}

h2 {
  font-size: 30px;
}

.d-none {
  display: none;
}

.vis-hidden {
  opacity: 0;
}

.d-flex {
  display: flex;
}

.alignCenter {
  align-items: center;
}

.spaceBetween {
  justify-content: space-between;
}

.container {
  width: 720px;
  height: 480px;
  box-shadow: 0px 0px 8px 0px black;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

canvas {
  display: block;
  border-radius: 10px;
}

button {
  display: flex;
  justify-content: center;
  align-items: center;
  color: black;
  background-color: rgba(0, 255, 26, 0.504);
  border-radius: 25px;
  box-shadow: 0px 0px 6px 0px #6c6c6c;
  border: none;
  cursor: pointer;
  z-index: 100;
  transition: all 0.2s ease-in-out;
  width: 70px;
  height: 30px;
  font-family: "zabars";
}

button:hover {
  background-color: hsla(115, 100%, 51%, 0.774);
  transform: scale(1.1);
}

#startContainer {
  background-image: url("img/9_intro_outro_screens/start/startscreen_2.png");
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

#startContainer img {
  width: 100%;
  height: 100%;
}

#startButton {
  height: 40px;
  width: 100px;
  font-size: 18px;
  cursor: pointer;
  background-color: rgba(0, 255, 26, 0.504);
  font-weight: bold;
  border: none;
  border-radius: 10px;
}

#startButton:hover {
  background-color: hsla(115, 100%, 51%, 0.774);
  transform: scale(1.1);
}

.startButtonLine {
  position: absolute;
  top: 12px;
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.menuButtonLine {
  position: absolute;
  bottom: 0px;
  width: calc(100% - 64px);
  height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 32px;
  padding-right: 32px;
}

.menuButton {
  height: 35px;
  width: 75px;
  font-size: 20px;
  margin: 8px;
}

.fullscreen {
  border-radius: unset;
}

.canvasFullscreen {
  height: 100%;
  width: 100%;
}

.hud {
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 60px;
  justify-content: space-between;
  align-items: center;
  z-index: 1;
  color: #2196f3;
}

#hud button {
  margin: 16px;
  border-radius: 100px;
  width: 45px;
  height: 45px;
  user-select: none;
}

.throw {
  transform: rotate(40deg);
}

.gameMenuButtonLine {
  position: absolute;
  top: 0;
  padding: unset;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

#closeButton {
  height: 30px;
  width: 80px;
  font-size: 14px;
}

.background {
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s ease-in-out;
}

.menu {
  display: block;
  background-image: radial-gradient(yellow, rgb(255, 230, 0), rgb(0, 255, 208));
  padding: 16px;
  border-radius: 15px;
  box-shadow: 0px 0px 8px 0px black;
  transition: all 0.4s ease-in-out;
}

.menu p {
  font-size: 20px;
}

#settings {
  height: auto;
  width: 250px;
}

#control {
  height: auto;
  width: 250px;
}

.controlImage {
  width: 24px;
  height: 24px;
}

.controlImageTouch {
  width: 24px;
  height: 24px;
}

.closeMenu {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
}

.infoText {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.infoText span {
  position: unset;
  text-align: start;
  font-size: 25px;
}

#info {
  height: auto;
  width: auto;
  display: block;
  background-image: radial-gradient(yellow, rgb(255, 230, 0), rgb(0, 255, 208));
  padding: 16px;
  border-radius: 15px;
  box-shadow: 0px 0px 8px 0px black;
  transition: all 0.4s ease-in-out;
}

.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 20px;
  z-index: 100;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #2196f3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196f3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(16px);
  -ms-transform: translateX(16px);
  transform: translateX(16px);
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
