
body {
  font-family: sans-serif;
  margin: 0;
  background: #f5f5f5;
  color: #222;
}
header {
  background: #111;
  color: #fff;
  text-align: center;
  padding: 2rem 1rem;
}
.logo {
  max-width: 120px;
  border-radius: 50%;
}
.band-image {
  text-align: center;
  padding: 2rem 1rem;
}
.band-image img {
  width: 90%;
  max-width: 600px;
  margin: 1rem;
  border-radius: 8px;
}
.bio, .contact {
  background: #fff;
  margin: 2rem auto;
  padding: 2rem;
  max-width: 900px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
form input, form textarea {
  width: 90%;
  padding: 1rem;
  margin: 0.5rem 0;
  border: 1px solid #ccc;
  border-radius: 5px;
}
form button {
  padding: 1rem 2rem;
  background: #111;
  color: #fff;
  border: none;
  cursor: pointer;
  border-radius: 5px;
}
footer {
  text-align: center;
  padding: 2rem 1rem;
  color: #666;
  background: #f0f0f0;
}
.socials a {
  margin: 0 10px;
  text-decoration: none;
  color: #333;
}
.videos {
  padding: 2em;
  background: #111;
  color: white;
  text-align: center;
}
.video-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1em;
}
.videos h2 {
  font-size: 2em;
  margin-bottom: 1em;
}