@font-face {
  font-family: PokemonGB;
  src: url('font/PokemonGB.ttf');
}

html {
  font-family: PokemonGB, sans-serif;
}

body {
  display: flex;
}

canvas {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

h1 {
  color: white;
  text-align: center;
  font-size: 1.6rem;
}

.checkbox {
  margin: 1rem 0;
  font-size: 10px;
}

.button {
  font-family: PokemonGB;
  display: inline-block;
  height: 60px;
  background-color: transparent;
  padding: 0.35em 1.2em;
  border: 0.1em solid #ffffff;
  margin: 0 0.3em 0.3em 0;
  border-radius: 0.12em;
  box-sizing: border-box;
  text-decoration: none;
  font-weight: 300;
  color: #ffffff;
  text-align: center;
  margin-top: 20px;
}

.button:hover {
  color: #000000;
  background-color: #ffffff;
}

.side-bar {
  display: flex;
  flex-direction: column;
  width: 300px;
}

.top-half {
  border-radius: 20px;
  padding: 10px;
  height: 310px;
  background-color: #d64550;
  box-sizing: border-box;
  margin-top: 30px;
}

.container-3 {
  display: flex;
  flex-direction: row;
}

.all-levels {
  margin-top: 30px;
}

.level {
  width: 100px;
  height: 100px;
  background-color: #9b1d20;
}

.top-left {
  border-top-left-radius: 20px;
}

.bottom-left {
  border-bottom-left-radius: 20px;
}

.top-right {
  border-top-right-radius: 20px;
}

.bottom-right {
  border-bottom-right-radius: 20px;
}

.level {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-around;
  color: #3c3c3c;
  color: #f5f5f5;
}

.level:hover {
  background-color: #087e8b;
}

.level:active {
  background-color: #087e8b;
}
