
body, html {
  margin: 0;
  padding: 0;
  height: 100%;
}
.background-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.card {
  background-color: rgba(255, 255, 255, 0.406);
  border-radius: 1rem;
  padding: 1.5rem;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}
.max-w-xl {
  max-width: 15rem !important;
}
