body {
  min-height: calc(100dvh - 60px);
  background: #ccff00;
  margin: 0;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 30px;
  font-family: "helvetica neue", "helvetica", arial, sans-serif;
}

svg {
  width: 100%;
}

footer {
  width: 100%;
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  letter-spacing: -0.5px;
}
@media screen and (min-width: 768px) {
  footer {
    font-size: 40px;
    letter-spacing: -1.5px;
  }
}
footer span {
  display: block;
  align-self: end;
}
footer span:nth-of-type(2) {
  text-align: right;
}
footer span a {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

#canvas {
  padding: 10px;
  top: 0;
  left: 0;
  width: 100dvw;
  height: 100dvh;
  position: fixed;
  pointer-events: none;
}
