/*
 * Custom CSS
 */

 :root {
    --bs-body-bg: #ffedf3;
    --bs-body-color:black;





  }

.text-body-secondary {
  color:black;
}
.accordion-button{
font-weight:bold;
}

.accordion-body {
  font-weight:normal;
}

  .navbar-custom {
    background-color:#ffd1dc;
  }
  iframe.web {  width: 100%;  height: 315px}

  iframe.podcast { width: 400px; height: 160px; overflow:hidden;}
  
 