/* Hintergrund */
body {
    background-image: url(https://c4.wallpaperflare.com/wallpaper/224/829/129/digital-digital-art-artwork-illustration-simple-hd-wallpaper-preview.jpg);
  
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    /* font-family: "Shantell Sans", cursive; */
    width: 95%;
    height: 70%;
   

}

.title {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 50px;
    color: rgba(212, 211, 211, 0.941);
    padding: 25px;
    border-radius: 30px;
    max-width: 80%; 
    margin: 0 auto; 
    text-align: center;
    box-shadow: 0 0 60px rgb(0, 0, 0);
    font-family: "Shantell Sans", cursive;
}
   
/* das Bild */

.MeinBild{
  display: flex;
  height: 500px;
  margin: 0 auto;
  text-align: center;
  border-radius: 50px;  
}


/* Überschrift */

h1 {
    color: rgba(212, 211, 211, 0.941);
    margin: 0 auto;
    border-radius: 40px;
    max-width: 60%;
    text-align: center;
    font-family: "Shantell Sans", cursive;
    font-size: 45px;
    animation: spotlight 2s infinite alternate;
    }


    @keyframes spotlight {
      0% {
        text-shadow: 0 0 0 transparent;
      }
      50% {
        text-shadow: 0 0 10px #7d7272, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #9500ff, 0 0 70px #ae00ff, 0 0 80px #ff00de, 0 0 100px #ff00de, 0 0 150px #ff00de;
      }
      100% {
        text-shadow: 0 0 0 transparent;
      }
    }
    
    .spotlight {
      animation: spotlight 2s infinite alternate;
    }
    


/* Text */
.text-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 28px;
    color: rgba(212, 211, 211, 0.895);
    padding: 25px;
    border-radius: 30px;
    max-width: 80%; 
    margin: 0 auto; 
    text-align: center;
    box-shadow: 0 0 60px rgb(0, 0, 0);
    font-family: "Shantell Sans", cursive;
}

.steck {
    display: flex;
    justify-content: center;
}

.text-item {
    padding: 20px; 
    text-align: center;
}

/* Buttons */
.container {
    font-family: "monsterat", sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    padding: 35px; 
    font-size: 22px;
   }

ul {
    list-style-type: none;
    margin: 10px; 
    padding: 25px; 
    overflow: hidden;
}

/* link zu den anderen Seiten */

.musik {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%; 
}
.musik img {
  border-radius: 50%;    
}
.musik :hover {
  background-color: #f1f1f188;
  color: #000;
  border-radius: 50px;
  box-shadow: 0 0 50px rgb(0, 0, 0);
  transition: 0.5s;
}


.Selbst {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%; 
}
.Selbst img {
  border-radius: 50%;    
}
.Selbst :hover {
  background-color: #f1f1f188;
  color: #000;
  border-radius: 50px;
  box-shadow: 0 0 50px rgb(0, 0, 0);
  transition: 0.5s;
}



.container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%; 
}
.container img {
  border-radius: 50%;    
}
.container :hover {
  background-color: #f1f1f188;
  color: #000;
  border-radius: 50px;
  box-shadow: 0 0 50px rgb(0, 0, 0);
  transition: 0.5s;
}



.play {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%; 
}
.play img {
  border-radius: 50%;    
}
.play :hover {
  background-color: #f1f1f188;
  color: #000;
  border-radius: 50px;
  box-shadow: 0 0 50px rgb(0, 0, 0);
  transition: 0.5s;
}

/* Link zum donwnoad */

.Zertifikat {
  padding: 14px 60px;
  font-size: 1.8rem;
  margin-top: 20px;
  cursor: pointer;
  transition: transform 0.5s;
}
.Zertifikat:hover {
  transform: scale(1.1);
}
.Zertifikat {
  color: hotpink;
  display: inline-block;
  background: transparent;
  font-size: 1.8rem;
}