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

.container {
  max-width: 800px;
  margin: auto;
  padding: 20px;
}

h1 {
  font-size: 28px;
  margin-bottom: 20px;
}

h2 {
  font-size: 22px;
  margin-top: 30px;
  margin-bottom: 10px;
}

p, li {
  font-size: 18px;
  line-height: 1.6;
}

ul {
  list-style: none;
  padding: 0;
}

li::before {
  content: "🔹";
  margin-right: 8px;
}

strong {
  color: #ffd700;
}

hr {
  border: 0;
  height: 1px;
  background: #444;
  margin: 40px 0;
}

.utility-buttons {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.utility-button {
  background-color: transparent;
  color: #ccc;
  border: 1px solid #777;
  padding: 8px 16px;
  font-size: 14px;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
  width: 60%;
  max-width: 300px;
  text-align: center;
}

.utility-button:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
  border-color: #fff;
}

.utility-buttons {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.utility-button {
  background-color: transparent;
  color: #ccc;
  border: 1px solid #777;
  padding: 8px 16px;
  font-size: 14px;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
  width: 60%;
  max-width: 300px;
  text-align: center;
}

.utility-button:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
  border-color: #fff;
}
