@media (min-width: 768px) {
  .cover-img {
    max-width: 650px !important;
  }
}

body {
  margin: 0;
  background: #000;
  color: #FFD700;
  font-family: "Sora", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  line-height: 1.6;
}

h1 {
  font-size: 3rem;
  font-weight: 800;
  margin-bottom: 10px;
}

.subheading {
  font-size: 1.5rem;
  font-weight: 700;
  color: white;
}

.description {
  margin-bottom: 30px;
}

.buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.btn {
  padding: 10px 20px;
  border: 1px solid #FFD700;
  color: #FFD700;
  text-decoration: none;
  border-radius: 4px;
  font-weight: bold;
  transition: background 0.2s ease;
}

.btn:hover {
  background: #FFD700;
  color: black;
}

h2 {
  color: #FFD700;
  margin-bottom: 15px;
}

ul {
  list-style-type: disc;
  padding-left: 20px;
}
