body {
  font-family: Arial, sans-serif;
  text-align: center;
  background-color: #1a1a2e;
  color: #f0f0f0;
  padding: 50px;
}

button {
  padding: 10px 20px;
  font-size: 18px;
  cursor: pointer;
  background-color: #6a0dad;
  color: white;
  border: none;
  border-radius: 8px;
}