body {
  background-color: black;
  color: white;
  font-family: Arial, sans-serif;
  text-align: center;
  padding: 20px;
  margin: 0;
}

h1 {
  color: gold;
  font-size: 24px;
  margin-bottom: 30px;
}

p {
  margin-bottom: 20px;
  line-height: 1.6;
}

.content-container {
  max-width: 600px;
  margin: auto;
}

.note {
  color: #ccc;
  font-style: italic;
  margin-top: 30px;
}
.utility-buttons {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.flat-button {
  background-color: #3d3d3d;
  color: white;
  padding: 10px 18px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 500;
  margin: 10px;
}
