body {
  height: 100vh;
  margin: 0;
  overflow: hidden;
  background-image: url(../public/background.jpg);
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

canvas {
  border-radius: 20px;
}
