 /* Desktop */
 #pdf-iframe {
    height: 450px;
    width: 100%;
}

/* Mobile */
@media screen and (max-width: 992px) {
  #pdf-iframe {
    height: 200px;
    width: 100%;
  }
}

h1{
    color: coral;
}

.logo{
    width: 20%;
}

.banner{
    background-image: url(images/dance.jpg);
    background-size: cover;
    height: 800px;
    background-position: 20%;
}

footer a, footer a:link, footer a:visited{
    color: azure;
}
.bg-success {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
  }
 .bild{
    font-family: Georgia, 'Times New Roman', Times, serif;
    color: crimson;
 }
 
 .firma{
    font-family: Georgia, 'Times New Roman', Times, serif;
    color: rgb(202, 148, 0);
    padding-left: 550px;
 }

 .podcast{
    font-family: Georgia, 'Times New Roman', Times, serif;
    color: darkmagenta;
 }

 .aboutme{
    font-family: Georgia, 'Times New Roman', Times, serif;
    color: rgb(0, 141, 141);
 }

 body{
    background-color: black;
    color: white;
 }