.level-1 {
  background-color: rgb(215.6945606695, 80.8054393305, 87.0585774059);
  padding: 10px;
  border-radius: 5px;
  margin: 10px 0;
  border: 2px solid wheat;
}
.level-2 {
  background-color: rgb(220.3891213389, 101.6108786611, 107.1171548117);
  padding: 10px;
  border-radius: 5px;
  margin: 10px 0;
  border: 2px solid wheat;
}

* {
  font-family: "JetBrains Mono", sans-serif !important;
}

html {
  overscroll-behavior: none;
}

button {
  transition: background-color 0.2s linear;
  border: 1px solid wheat;
}

button:hover {
  border-color: wheat;
  background-color: #5a2a2d;
}

button:focus {
  border-color: wheat;
  background-color: #5a2a2d;
}

input {
  background-color: white;
}

input[type=checkbox]:checked {
  background-color: #C93941;
  border: none;
  color: white;
}

input[type=checkbox] {
  accent-color: #C93941;
  height: 20px;
  width: 20px;
}

body {
  background-color: #d33c43 !important;
}

/*# sourceMappingURL=global.css.map */
