body {
  background-color: black;
  color: white;
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 40px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}

h1 {
  text-align: center;
  font-size: 28px;
  margin-bottom: 40px;
  color: gold;
}

h2 {
  color: #00d4ff;
  margin-top: 30px;
}

p {
  font-size: 18px;
  margin-bottom: 10px;
}

a {
  display: inline-block;
  margin-top: 15px;
  padding: 10px 20px;
  background-color: #ff4444;
  color: white;
  text-decoration: none;
  border-radius: 8px;
}

.content-block {
  text-align: center;
  margin: 0 auto;
  max-width: 800px;
  padding: 20px;
}

.blue-text {
  color: #00dfff;
}

.button-group {
  margin-top: 30px;
}

.cta-button {
  display: inline-block;
  background-color: #ff4c4c;
  color: white;
  padding: 12px 24px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  margin-bottom: 20px;
}

.utility-buttons {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-top: 10px;
}

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