body {
  margin: 0;
  font-family: Arial, sans-serif;
  background-color: #111;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
}

.container {
  text-align: center;
  padding: 20px;
}

.logo {
  max-width: 200px;
  margin-bottom: 20px;
}

.button {
  display: inline-block;
  margin-top: 20px;
  padding: 12px 24px;
  background-color: red;
  color: white;
  text-decoration: none;
  font-weight: bold;
  border-radius: 4px;
}

footer {
  margin-top: 40px;
  font-size: 0.9rem;
  color: #bbb;
}
