body {
  font-family: Arial;
  background: #1e1e1e;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.login-box {
  background: #333;
  padding: 20px;
  border-radius: 10px;
}
