* {
  -webkit-font-smoothing: antialiased;
}

body {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100vh;
  font-family: "Helvetica", sans-serif;
  background-color: #112;
  color: #fff;
}

p {
  width: 100%;
  max-width: 640px;
  margin: 0;
  text-align: left;
  font-size: 13px;
  opacity: 0.6;
}

h1 {
  font-size: 24px;
  max-width: 640px;
  width: 100%;
  text-align: left;
}

canvas {
  margin-top: 1rem;
  transform: scale(-1, 1);
  border-radius: 24px;
}
