/* Header Section */
header {
  background-color: #0078ff;
  text-align: center;
  padding: 2rem;
}

.header-logo {
  font-family: 'Racing Sans One', sans-serif;
  font-size: 3rem;
  color: #ffd700;
  margin-bottom: 1rem;
}

.header-subtitle {
  font-size: 1.5rem;
  color: #ffd700;
  margin-bottom: 1rem;
}

.header-description {
  font-size: 1.2rem;
  color: #ffd700;
  margin-bottom: 2rem;
}

.header-ticket {
  max-width: 300px;
  height: auto;
}

/* Footer Section */
footer {
  background-color: black;
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 2rem;
}

.footer-logo {
  height: 50px;
  width: auto;
}

.footer-links {
  margin-left: auto;
  text-align: right;
}

.footer-links a {
  color: #0078ff;
  text-decoration: none;
  margin: 0 0.5rem;
}

.footer-links a:hover {
  text-decoration: underline;
}


.hero {
  text-align: center;
  margin-bottom: 2rem;
}

.hero .btn-primary {
  display: inline-block;
  margin: 20px auto 0; /* Top margin of 20px and centered horizontally */
}
