body {
  background-color: var(--bs-primary);

  display: flex;
  align-items: center;
  justify-content: center;

  height: 100vh;
  padding: 0.5rem;
}

.logo {
  position: absolute;
  top: 2rem;
  left: 2rem;
  width: 280px;
}

canvas {
  position: absolute;
  inset: 0;
  width: 100vw;
  height: 100vh;

  pointer-events: none;
  z-index: -1 !important;
}

.alert ul {
  list-style: none;
  padding: 0;
}
