body {
  margin: 0;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Arial, sans-serif;
}

.container {
  text-align: center;
}
.container {
  background: none;
  border: none;
  box-shadow: none;
  backdrop-filter: none;

  padding: 0;
  color: white;
  text-align: center;
}

button {
  padding: 9px 20px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.35);
  background: rgba(0,0,0,0.3);
  color: white;
  cursor: pointer;
  backdrop-filter: blur(6px);
}

button:hover {
  background: white;
  color: black;
}


h1, h2 {
  text-shadow: 0 4px 20px rgba(0,0,0,0.8);
}

p {
  color: #e5e7eb;
  text-shadow: 0 2px 12px rgba(0,0,0,0.8);
}



a {
  text-decoration: none;
}

button {
  margin: 0 6px;
}
.bg-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.45);
  z-index: -1;
}
h1 {
  font-size: 56px;
  font-weight: 700;
}

h2 {
  font-size: 40px;
  font-weight: 600;
}

p {
  font-size: 18px;
  max-width: 520px;
  margin: 16px auto 28px;
}
h1, h2 {
  letter-spacing: 0.6px;
}
h1 {
  margin-bottom: 20px;
}
button {
  font-size: 15px;
  padding: 10px 24px;
}
body.auth::after {
  background: rgba(0,0,0,0.75);
}