body {
  height: 100 vh;
  background-color: rgb(156, 210, 233);
  display: grid;
  justify-content: center;
  transition: background-color 1s;
}

p {
  text-align: center;
  font-family: 'Nunito', sans-serif;
  font-weight: bold;
}



canvas {
  margin-top: -5em;
  margin-bottom: -3em;
  /* pointer-events: none; */

}

.content {
  text-align: center
}

a {
  /* background: white; */
  color: black;
  padding: 1em;
  border-radius: .3em;
  text-decoration: none;

  width: 30%;
  transition: background-color .3s;
  display: inline-block;
}