
body {
  background-color: #0b0c10;
  color: #c5c6c7;
  font-family: 'Courier New', Courier, monospace;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin: 0;
}
.veil-container {
  text-align: center;
  background: rgba(255, 255, 255, 0.05);
  padding: 2em;
  border-radius: 8px;
  box-shadow: 0 0 20px #45a29e;
}
button {
  background-color: #66fcf1;
  border: none;
  padding: 10px 20px;
  font-size: 1em;
  margin-top: 20px;
  cursor: pointer;
}
