  body {
    margin: 0;
    padding: 1rem;
    max-width: 980px;
    margin-inline: auto;
    font-family: Georgia, "Times New Roman", serif;
    line-height: 1.6;
    background: #fff;
    color: #111;
  }

  header {
	      background: #f3f3f3;
		      padding-left: 1em;
    margin-bottom: 2rem;
	    border: 1px solid #ccc;
		 border-right: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
			     border-radius: 8px;
  }

  header h1 {
   color: #c00;
  }


  nav {
    background: #f3f3f3;
    padding: 1rem;
    margin-bottom: 2rem;
    border: 1px solid #ccc;
		     border-radius: 8px;
  }

  nav ul {
    list-style: none;
    padding-left: 0;
    columns: 3;
  }

  nav li {
    margin-bottom: 0.3rem;
  }

  nav a {
    text-decoration: none;
    color: #003399;
  }

  nav a:hover {
    text-decoration: underline;
  }

  .controls {
    margin: 1.5rem 0;
    text-align: right;
  }



  button {
    padding: 0.4rem 0.8rem;
    margin-left: 0.4rem;
    font-size: 0.9rem;
    cursor: pointer;
  }




  /*  
  button {
    padding: 0.4rem 0.8rem;
    margin-left: 0.4rem;
    font-size: 0.9rem;
    cursor: pointer;
	border: 1.5px solid #ccc;
	 border-radius: 6px;
  }
  */

  article {
    margin-bottom: 2rem;
  }

  details.entry {
    border: 1px solid #ccc;
	     border-radius: 6px;
    padding: 0.6rem;
    background: #fafafa;
  }

  details.entry summary {
    font-weight: bold;
    font-size: 1.1rem;
    cursor: pointer;
  }

  figure {
    margin: 1rem auto;
    text-align: center;
  }

  figure img {
    max-width: 100%;
    height: auto;
  }

  figcaption {
    font-size: 0.9em;
    color: #555;
  }

  hr {
    border: none;
    border-top: 2px solid #c00;
    margin: 3rem 0;
  }

  footer {
	  	      background: #f3f3f3;
		      padding-left: 1em;
    margin-bottom: 2rem;
	    border: 1px solid #ccc;
		 border-right: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
			     border-radius: 8px;
			  
    /*  border-top: 2px solid #ccc;  */
    margin-top: 3rem;  
    
    font-size: 0.9em;
  }
  
  
  footer a {
    text-decoration: none;
    color: #003399;
  }

  footer a:hover {
    text-decoration: underline;
  }
  

  /* PRINT / PDF */
  @media print {
    .controls, nav, button {
      display: none !important;
    }
    details {
      display: block;
    }
    details > * {
      display: block !important;
    }
    a::after {
      content: " (" attr(href) ")";
      font-size: 9pt;
    }
  }
  
  
  
  
  
  audio {
    margin: 2rem auto;
    background: transparent;
    border-radius: 6rem;
    box-shadow: 0 4px 10px black;
    width: 24rem;
    height: 3rem;
  }
  /*audio::-webkit-media-controls-panel {
    background: radial-gradient(
      circle,
      rgba(241, 242, 245, 1) 0%,
      rgba(137, 46, 159, 1) 99%,
      rgba(244, 185, 252, 0.9906337535014006) 100%
    );
    color: white;
    padding: 0.5rem;
    height: auto;
  }
	  */

  audio::-webkit-media-controls-volume-slider {
    background-color: #000;
    border-radius: 25px;
    padding-left: 4px;
    padding-right: 4px;
  }
  