body {
  font-family: 'Montserrat', 'Segoe UI', Arial, sans-serif;
  margin: 0;
  background: url('./sfondo.webp') center center/cover no-repeat fixed, linear-gradient(120deg, #f7e9d0cc 0%, #f5c16ccc 100%);
  background-size: cover, auto;
  color: #222;
}

header {
  background: #b53b1b;
  color: #fff;
  padding: 0 0 0.8rem 0;
  text-align: center;
  letter-spacing: 1.5px;
  box-shadow: 0 2px 8px #0002;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 1;
}

header h1 {
  margin: 0;
  font-size: 2.8rem;
  font-family: 'Georgia', serif;
}

header p {
  margin: 0.5rem 0 0 0;
  font-size: 1.5rem;
  /* font-style: italic; */
}

.container {
  max-width: 900px;
  margin: 380px auto 1rem;
  background: #fff8f0cc;
  border-radius: 16px;
  box-shadow: 0 4px 24px #0001;
  padding: 1rem 2rem 1rem;
}

.band-photo {
  width: 100%;
  max-width: 500px;
  display: block;
  margin: 2rem auto 1rem auto;
  border-radius: 12px;
  box-shadow: 0 2px 12px #0002;
}

h1 {
  color: #b53b1b;
  margin-top: 2rem;
}

h2 {
  color: #b53b1b;
  margin-top: 2rem;
}

.contacts {
  margin-top: 2rem;
  background: #f5c16c33;
  padding: 1rem;
  border-radius: 8px;
  text-align: center;
}

.contacts a {
  color: #b53b1b;
  text-decoration: none;
  font-weight: bold;
}

.socials {
  margin-top: 1rem;
}

.socials a {
  margin: 0 0.5rem;
  color: #b53b1b;
  font-size: 1.5rem;
  text-decoration: none;
  transition: color 0.2s;
}

.socials a:hover {
  color: #222;
}