section {
  padding-top: 40px;
  padding-bottom: 40px;
}

h2,
h3 {
  font-weight: bold;
  color: #333;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

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

footer .footer-links {
  padding: 20px 0;
}

footer .footer-links a {
  color: #999;
  text-decoration: none;
}

footer .footer-links a:hover {
  color: #333;
}

/* Back Button */
.btn-secondary {
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:hover {
  background-color: #5a6268;
  border-color: #545b62;
}

/* Media Queries for responsiveness */
@media (max-width: 768px) {
  h2 {
    font-size: 1.8rem;
  }

  h3 {
    font-size: 1.4rem;
  }
}
