* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: #1a1a1a;
  display: flex;
  justify-content: center;
  margin-top: 100px;
  height: 100vh;
}

canvas {
  display: block;
}
