html, body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  cursor: none;
  background-color: #f4f4ed;
}
div {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
canvas {
  display: block;
}
a,p {
  font-family: Helvetica;
  text-decoration: none;
  color: black;
  display: block;
  text-align: center;
}
a:hover {
  text-decoration: underline;
  color: #f61067;
  cursor: none;
}
.back-button:hover {
  text-decoration: none;
}
