body {
  margin: 0;
  height: 100vh;
}

canvas {
  border: 1px solid black;
  position: relative;
  top: 25%;
  left: 25%;
}

.container {
  /* display: flex;
  flex-direction: column; */
  height: 100%;
  /* display: flex;
  flex-direction: column;
  justify-content: space-between; */
}
.footer {
  display: flex;
  justify-content: center;
  gap: 16px;
  position: relative;
  top: 25%;
}
