body {
  font-family: Arial, sans-serif;
  background: #000000;
  padding: 20px;
  height: 100%;
}

h1 {
  width: 300px;
  margin: 0 auto;
  color: #5e67e2bd;
}

p {
  color: white;
  margin: 0 auto;
  width: 300px;
}

button {
  background-color: #5e67e2bd;
  color: white;
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 8px 16px;
  margin-top: 20px;
  border-radius: 10px;
  text-decoration: none;
  transition: background 0.3s;
}

button:hover {
  background-color: #5e67e2;
}

footer {
  margin-top: 40px;
  font-size: 14px;
  color: white;
  text-align: center;
}
