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

canvas {
  background-color: rgb(28, 189, 69);
  margin: 20px;
  border-radius: 15px;
  border: 5px solid rgb(93, 180, 196);
}

img {
  display: none;
}
