* {
  box-sizing: border-box;
}

body {
  background-color: lavender;
  margin: 0;
}

canvas {
  background-color: #33312d;
  border: 5px solid #33312d;
  display: none;
  padding-left: 0;
  padding-right: 0;
  margin-left: auto;
  margin-right: auto;
}

.game {
  margin: 0 auto;
  text-align: center;
}

.intro {
  background-image: url('/images/notepad.png');
  background-repeat: no-repeat;
  background-position-x: center;
  background-size: 900px;
  width: 1000px;
  padding: 0 1.5em;
  font-family: 'Indie Flower', cursive;
  font-size: 1.7em;
}

#start-button,
#pause-button,
#restart-button {
  font-size: 1.5em;
  margin: 0 1em;
  border-radius: 10px;
  padding: 0.4em;
  background-color: lightcoral;
  font-family: 'Indie Flower', cursive;
}
