body {
  font-family: Arial, sans-serif;
  background-color: #1c2526;
  color: #ffffff;
  margin: 0;
  padding: 20px;
}

.container {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}

.main-text {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}

.sub-text {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}

.list-section {
  background-color: #2a3435;
  padding: 20px;
  border-radius: 5px;
  margin-bottom: 20px;
}

.list-section p {
  font-size: 16px;
  margin: 0 0 10px 0;
}

.list-section ul {
  list-style: none;
  padding: 0;
}

.list-section li {
  background-color: #1c2526;
  padding: 10px;
  margin: 5px 0;
  border: 1px solid #f4c430;
  border-radius: 5px;
  font-size: 14px;
}

.button {
  display: inline-block;
  background-color: #00ff00;
  color: #000000;
  padding: 15px 30px;
  text-decoration: none;
  font-weight: bold;
  border-radius: 5px;
  margin-bottom: 10px;
}

.disclaimer {
  font-size: 12px;
  color: #cccccc;
}
