body {
  font-family: 'Poppins', sans-serif;
  background-color: #f7f7f7;
  padding: 20px;
}

.container {
  max-width: 500px;
  margin: 0 auto;
  background: white;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}

input, button {
  display: block;
  width: 100%;
  margin-top: 15px;
  padding: 10px;
  font-size: 16px;
}

button {
  background-color: #1e88e5;
  color: white;
  border: none;
  cursor: pointer;
  border-radius: 6px;
}

button:hover {
  background-color: #1565c0;
}

#status {
  margin-top: 20px;
  font-weight: 500;
}
