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

canvas {
  background-color: rgb(255, 255, 255);
  margin: 20px;
  border-radius: 15px;
  border: 5px solid rgb(255, 136, 0);
}

img {
  display: none;
}
