
body {
  background-color: #1a1a1a;
  color: #e0b3ff;
  font-family: 'Segoe UI', sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.container {
  text-align: center;
  padding: 2rem;
  border: 2px solid #8000ff;
  border-radius: 10px;
  background: #2a2a2a;
  box-shadow: 0 0 20px #8000ff;
}

input, button {
  margin: 0.5rem;
  padding: 0.5rem;
  border: none;
  border-radius: 5px;
}

button {
  background-color: #8000ff;
  color: white;
  cursor: pointer;
}
