html, body {
  margin: 0;
  height: 100vh;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: darkslategrey;
}

canvas {
  display: block;
  border-radius: 100px;
  border: 2px solid black;
}
