body {
  background: #4AC29A;  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #BDFFF3, #4AC29A);  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #BDFFF3, #4AC29A); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}  

canvas {
  background-color: #3e3e3e;
}

.canvasContainer {
  margin: 0px auto;
  width: 300px;
  height: 300px;
  border: 1px solid;
  box-shadow: 5px 10px 30px #888888;
}

.welcomeText {
  font-family: cursive;
  text-align: center;
  margin-top: 75px;
  margin-bottom: 110px;
}

.score {
  text-align: center;
}

.rightCol {
  font-family: cursive;
  border: 2px solid grey;
  height: 100vh;
  border-radius: 5px;
}

.sideContent {
  margin-top: 75px;
}

.topPlayers {
  font-weight: 500;
  margin-top: 25px;
  font-size: x-large;
  display: none;
}

.modal {
  margin: 200px auto;
}

.audio {
  font-family: cursive;
  text-align: center;
  margin-top: 50px;
}

.controls {
  font-family: cursive;
  text-align: center;
  margin-top: 250px;
  margin-left: 50px;
  padding: 0;
}

.clicked {
  color: lightcoral;
}

.modes {
  text-align: center;
  margin-bottom: 20px;
}