body {
  margin: 0;
  font-family: sans-serif;
  text-align: center;
  color: #00bfff;
  padding: 50px;
  position: relative;
  z-index: 1;
}

h1 {
  margin-top: 20px;
  text-shadow: 0 0 10px #00bfff;
}

#bgVideo {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  z-index: -1;
}

input, select, button {
  display: block;
  margin: 10px auto;
  padding: 10px;
  border-radius: 8px;
  border: none;
  font-size: 16px;
}

button {
  background: #0077ff;
  color: white;
  cursor: pointer;
  box-shadow: 0 0 10px #00bfff;
}

button:hover {
  background: #0055cc;
}

.note {
  font-size: 14px;
  color: #fff;
}

.note a {
  color: #00ffea;
  text-decoration: none;
}

.note a:hover {
  text-decoration: underline;
}
