html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background-image: linear-gradient(to bottom right, #3ECADB, #00a75a);
}

#mapFrame {
  height: 100%;
  width: 100%;
  overflow: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

canvas {
  width: 100%;
}

.menu {
  position: fixed;
  color: #ffc100;
  background: #555555;
  border-radius: 5px;
  font-size: 30px;
  font-family: monospace;
}

#audioPlayer {
  right: 0;
}
