@import url('https://fonts.googleapis.com/css2?family=Goldman:wght@400;700&display=swap');

.goldman-regular {
  font-family: "Goldman", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.goldman-bold {
  font-family: "Goldman", sans-serif;
  font-weight: 700;
  font-style: normal;
}

html,
body {
  margin: 0;
  padding: 0;
  background-color: aquamarine;
}
canvas {
  display: block;
}

h1 {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 24px;
  color: white;
  text-align: center;
  width: 100%;
  font-family: "Goldman", sans-serif;
  font-weight: 400;
}