
body {
  background: var(--bg);
  color: var(--fontColor);
  font-family: helvetica;
  font-size: 14px;
}

div {
  display: flex;
  justify-content: center;
  align-items: center;
}

p {
  margin: 0;
}

canvas {
  background-color:#ffffff;
}
