body {
  margin: 0;
  font-family: Arial, sans-serif;
  background: #0b0b0b;
  color: white;
  line-height: 1.6;
}

header {
  min-height: 80vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 20px;
  background: linear-gradient(
    rgba(0,0,0,0.6),
    rgba(0,0,0,0.8)
  );
}

header h1 {
  font-size: 60px;
  margin-bottom: 10px;
}

header p {
  font-size: 22px;
}

header a {
  margin-top: 25px;
  padding: 15px 30px;
  background: #f5a623;
  color: black;
  text-decoration: none;
  border-radius: 30px;
  font-weight: bold;
}

section {
  max-width: 900px;
  margin: auto;
  padding: 50px 20px;
  text-align: center;
}

h2 {
  font-size: 35px;
  color: #f5a623;
}

a {
  color: #f5a623;
}

footer {
  text-align: center;
  padding: 20px;
  background: #000;
}

img {
  width: 250px;
  height: auto;
  border-radius: 50%;
  display: block;
  margin: 20px auto;
}

body {
  background: linear-gradient(135deg, #0a0a0a, #1a1a1a);
  color: white;
}

section {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 15px;
  padding: 30px;
  margin: 20px auto;
  max-width: 800px;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.15);
}

h1, h2 {
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.7);
}

img {
  width: 300px;
  height: auto;
  border-radius: 50%;
  box-shadow: 0 0 25px rgba(255, 255, 255, 0.5);
}

.hero {
  text-align: center;
  padding: 50px 20px;
  background: linear-gradient(135deg, #111, #222);
  border-radius: 20px;
  box-shadow: 0 0 30px rgba(255,255,255,0.15);
}

.hero h1 {
  font-size: 45px;
  margin-top: 20px;
}

.hero h3 {
  font-weight: normal;
  opacity: 0.8;
}


.music-btn {
  display: inline-block;
  margin-top: 20px;
  padding: 15px 35px;
  background: white;
  color: black;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
}

.music-card {
  background: rgba(255,255,255,0.08);
  padding: 25px;
  border-radius: 15px;
  margin-top: 20px;
  box-shadow: 0 0 20px rgba(255,255,255,0.15);
}

.music-card h3 {
  font-size: 24px;
}

.music-cover {
  width: 300px;
  height: auto;
  border-radius: 15px;
  box-shadow: 0 0 25px rgba(255,255,255,0.4);
  display: block;
  margin: 20px auto;
}
.video-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  margin-top: 20px;
}

.video-links a {
  min-width: 180px;
  text-align: center;
}

.news-card {
  background: rgba(255,255,255,0.08);
  padding: 20px;
  margin: 20px auto;
  border-radius: 15px;
  max-width: 800px;
  box-shadow: 0 0 20px rgba(255,255,255,0.15);
}

.news-card h3 {
  margin-bottom: 10px;
}
