@import url(https://fonts.googleapis.com/css2?family=Annie+Use+Your+Telescope&display=swap);
@import url(https://use.typekit.net/hns0kay.css);
* * {
  margin: 0;
  padding: 0;
  overflow: hidden;
}

#school-project-banner {
  position: fixed;
  z-index: 1000;
  bottom: 0;
  inset-inline: 0;
  background: rgba(255, 51, 51, 0.85);
  color: #000;
  text-align: center;
  padding-block: 1em;
  padding-inline: 0.25em;
  font-family: sans-serif;
}

body {
  background: #d0ebd1;
  font-family: "Annie Use Your Telescope", cursive;
  text-align: center;
}

h1 {
  font-family: "Marydale", sans-serif;
  letter-spacing: 4px;
  color: #000000;
  text-transform: uppercase;
}

canvas {
  display: block;
  margin: 0 auto;
  border: 1px solid rgba(108, 117, 107, 0.4);
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
  bottom: 0;
}

::-moz-selection {
  background: transparent;
}

::selection {
  background: transparent;
}

.flex {
  max-width: 280px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}

.stats > * {
  margin-bottom: 5px;
}

.life:before {
  content: url(../images/dino-head.png?f7aa1a14e00868dc95ad76e4a28ce089);
}
