
body {
  margin: 0;
  font-family: 'Segoe UI', sans-serif;
  background: url('https://www.transparenttextures.com/patterns/stardust.png'), #0a0a0a;
  color: #fff;
  text-align: center;
}

.container {
  max-width: 600px;
  margin: 100px auto;
  background: rgba(0, 0, 0, 0.8);
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 0 20px rgba(0, 153, 255, 0.7);
}

h1 {
  font-size: 2em;
  color: #00ffff;
  margin-bottom: 30px;
}

input {
  padding: 12px;
  width: 80%;
  margin-bottom: 20px;
  border: none;
  border-radius: 8px;
  font-size: 1em;
}

.buttons button {
  padding: 10px 20px;
  margin: 0 10px;
  border: none;
  border-radius: 8px;
  font-size: 1em;
  cursor: pointer;
}

.buttons button:first-child {
  background-color: #007bff;
  color: white;
}

.buttons button:last-child {
  background-color: #222;
  color: white;
}
