
body {
  margin: 0;
  font-family: 'Arial', sans-serif;
  background: #fff;
  color: #000;
}
.hero {
  height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;

  background: #fff;
  flex-direction: column;
  border-bottom: 2px solid #00f;
}
.hero-content h1 {
  font-size: 4rem;
  color: #000;
}
.hero-content p {
  font-size: 1.5rem;
  color: #00f;
}
.scroll-down {
  margin-top: 2rem;
  font-size: 2rem;
  color: #00f;
  animation: bounce 2s infinite;
}
@keyframes bounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(10px); }
}
.social-icons {

  margin: 1rem 0;
}
.social-icons a {
  margin: 0 1rem;
  text-decoration: none;
  color: #00f;
  font-weight: bold;
}
main {
  padding: 2rem;
}
.eps {

}
.ep-card {
  margin: 2rem auto;
  max-width: 300px;
  display: block;
  text-decoration: none;
}
.ep-card img {
  width: 100%;
  border-radius: 10px;
}
.ep-card h3 {
  margin: 1rem 0 0.5rem;
  color: #000;
}
footer {

  padding: 2rem;
  font-size: 0.9rem;
  color: #666;
  background: #f4f4f4;
}


/* Alles textzentriert */
body, h1, h2, h3, p, .diskografie, .section, .info-text {
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

main {
  display: flex;
  flex-direction: column;
  align-items: center;
}
