
body {
  margin: 0;
  font-family: 'Segoe UI', sans-serif;
  background: #111;
  color: #eee;
}
header {
  background: #000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
}
header img {
  height: 50px;
}
nav a {
  color: #eee;
  margin-left: 15px;
  text-decoration: none;
}
nav a:hover {
  color: #e942ff;
}
.hero {
  text-align: center;
  padding: 40px 20px;
}
.hero iframe {
  width: 100%;
  max-width: 800px;
  height: 450px;
  border-radius: 12px;
}
.social {
  text-align: center;
  padding: 20px;
  background: #222;
}
.social a {
  margin: 0 10px;
  color: #e942ff;
  text-decoration: none;
}
.canciones {
  padding: 40px 20px;
  max-width: 900px;
  margin: auto;
}
.canciones h2 {
  text-align: center;
  color: #e942ff;
}
.video {
  margin-bottom: 40px;
}
.video h3 {
  color: #ccc;
}
.video iframe {
  width: 100%;
  height: 315px;
  border-radius: 10px;
}
.sobre {
  background: #1a1a1a;
  padding: 40px 20px;
  max-width: 900px;
  margin: auto;
}
.sobre h2 {
  color: #e942ff;
  text-align: center;
}
.contacto {
  padding: 40px 20px;
  text-align: center;
}
.contacto a {
  color: #e942ff;
  text-decoration: none;
}
footer {
  background: #000;
  text-align: center;
  padding: 20px;
  color: #aaa;
  font-size: 14px;
}

.video-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  margin-top: 20px;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0;
}
