body {
  margin: 0px;
  background-color: #203721;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

canvas {
  background-color: rgb(71, 80, 83);
  margin: 20px;
  border-radius: 15px;
  border: 5px solid rgba(240, 235, 243, 0.375);
}

img {
  display: none;
}
