html,
body {
  height: 100%;
  margin: 0;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

main {
  flex: 1;
}

.footer-custom {
  background-color: #f7f7f7;
}

.footer-title {
  font-weight: 600;
  color: #0e1541;
  margin-bottom: 1rem;
}

.footer-link {
  color: #555;
  text-decoration: none;
  display: block;
  margin-bottom: 0.5rem;
  transition: color 0.3s ease;
}

.footer-link:hover {
  color: #ff6806;
  text-decoration: underline;
}

.band-text {
  font-size: 18px;
  font-weight: 700;
}
