body {
  font-family: Arial, sans-serif;
  background-color: #0b0c10;
  color: #c5c6c7;
  text-align: center;
  padding: 50px;
}

h1 {
  color: #66fcf1;
}

p {
  font-size: 18px;
}

button {
  background-color: #45a29e;
  border: none;
  color: white;
  padding: 10px 20px;
  margin-top: 20px;
  border-radius: 8px;
  cursor: pointer;
  font-size: 16px;
}

button:hover {
  background-color: #66fcf1;
  color: #0b0c10;
}
