body {
  margin: 0px;
  background-color: black;
  overflow: hidden;
}

canvas {
  background: radial-gradient(closest-side, rgb(200, 8, 180), rgb(150, 8, 132), rgb(100, 8, 109), rgb(70, 8, 64), rgb(36, 2, 34));
  margin: 2px;
  padding: auto;
  width: 100%;
  height: 100%;
}

img {
  display: none;
}

button {
  background: rgb(119, 13, 105);
  font-family: 'Press Start 2P', monospace;
  border-color: rgb(243, 12, 220);
  border-width: 2px;
  border-radius: 2px;
  color: rgb(243, 12, 220);
  display: flex;
  display: inline-block;
  justify-content: center;
  position: absolute;
  left: 40%;
  right: 40%;
}

button:hover {
  background: rgb(243, 12, 220);
  border-color: rgb(119, 13, 105);
  color: rgb(119, 13, 105);
  transform: scale(1.1, 1.1);
  transition: 0.8s ease-in-out;
}
