body {
  background-color: blue;
  margin: 0;
  position: fixed;
}
canvas {
  background-color: white;
  cursor: none;
}

label {
  font-family: copperPlate;
  font-size: 30px;
  position: absolute;
  left: 43px;
}

#shodLabel {
  top: 10px;
}

#noclipLabel {
  top: 50px;
}

#menuLoopLabel {
  top: 90px;
}

#tpsLabel {
  top: 124px;
  left: 57px;
}

/*
#fpsLabel {
  top: 153px;
  left: 57px;
}*/

.cbox {
  width: 30px;
  height: 30px;
  position: absolute;
  left: 8px;
}

#shod {
  top: 8px;
}

#noclip {
  top: 48px;
}

#menuLoop {
  top: 88px;
}

#tps {
  position: absolute;
  left: 8px;
  top: 129px;
  width: 40px;
}

/*
#fps {
  position: absolute;
  left: 8px;
  top: 158px;
  width: 40px;
}*/

button {
  position: absolute;
  font-family: copperPlate;
  font-size: 5vw;
  color: aliceblue;
  background-image: url("https://static.vecteezy.com/system/resources/thumbnails/001/782/780/small/light-purple-pink-gradient-blur-backdrop-vector.jpg");
}

#playGameButton {
  left: 32.5%;
  top: 37.5%;
  width: 35%;
  height: 25%;
}

#mainMenuDiv {
  width: 100%;
  height: 100%;
  background-image: url("https://media.discordapp.net/attachments/1038739826251403294/1038741769690566676/E0B2091B-C969-42E3-999D-18147EAE1B99.jpg?width=1378&height=1034");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
}

#levelSelectorDiv {
  width: 100%;
  height: 100%;
  background-image: url("https://cdn.discordapp.com/attachments/932818621347020810/1005851200618504264/unknown.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
}

.levelButton {
  background-image: url("https://img.freepik.com/free-vector/gradient-background-green-tones_23-2148374530.jpg");
  top: 35%;
  width: 29%;
  height: 25%;
}

#moiPlaygroundButton {
  font-size: 4vw;
  top: 5%;
  left: 35.5%;
}

#careeningCosmonautButton {
  left: 4%;
}

#fabulousZonkoidButton {
  left: 35.5%;
}

#skepticChamberButton {
  left: 67%;
}

#teIkaAMauiButton {
  background-image: url("https://t4.ftcdn.net/jpg/02/98/68/73/360_F_298687332_D0GAA6fAgr70NWtF8UKXPyLx0mTGug0x.jpg");
  top: 65%;
  left: 35.5%;
}

#windowDiv {
  position: relative;
}

#credits {
  font-size: 3vw;

  bottom: 13px;
  left: 13px;
}
