html, body { margin: 0; padding: 0; overflow: hidden; }
body { background: #000; }

h2 { display: none !important; }

#myCanvas {
  display: block;
  border-radius: 20px;
  border: 8px solid black;
  width: 800px;
  height: 600px;
  margin: 0 auto;
}

.game { width: auto; margin: 0; }

.instructions { display: none !important; }

.buttons {
  display: flex;
  justify-content: space-between;
  width: 80%;
  padding-left: 10px;
}

.buttons img {
  width: 50px;
  padding: 15px 15px 0px 15px;
}

h3 {
  display: flex;
  justify-content: center;
  font-size: 36px;
  margin: 0;
  line-height: 1.1;
}

h2 {
  display: flex;
  justify-content: center;
}

.textblock {
  border-bottom: 3px solid white;
  padding-bottom: 15px;
}

#everything { display: block; }

// $teal: #1B998B;
// $pink: #ED217C;
// $navy: #2D3047;
// $yellow: #FFFD82;
// $peach: #FF9B71;
