body {
  background-color: #f2f2f2;
  font-family: Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  text-align: left;
  margin: 0;
  padding: 0;
}

#panorama-link {
  display: block;
  width: 600px;
  margin: 0 auto;
  text-decoration: none; /* Removes the underline from the link */
}

#panorama {
  width: 600px;
  margin: 0 auto;
  height: 200px;
  background-image: url(pics/sayairadio_banner200.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

#radio-player-container {
  width: 600px;
  margin: 2px auto 0;
  border: 1px solid #ccc;
  padding: 10px;
  box-sizing: border-box;
}

#radio-player-text {
  font-style: italic;
  text-align: left;
  margin: 0 0 5px 0;
}

#radio-player {
  width: 100%;
}

#radio-player iframe {
  width: 100%;
  height: 160px;
  border: 0;
  display: block;
  vertical-align: bottom;
}

#content-container {
  width: 80%;
  margin: 20px auto;
}

.book-highlight {
    background-color: #fffbe6;  /* Light yellow background */
    border: 2px solid #e6b800;  /* Golden border */
    border-radius: 8px;         /* Rounded corners */
    padding: 20px;             /* Inner spacing */
    margin: 20px 0;           /* Vertical spacing */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);  /* Subtle shadow */
}

.book-highlight a {
    color: #666;              /* Link color */
    text-decoration: none;    /* Remove underline */
    font-weight: bold;
}

.book-highlight a:hover {
    color: #333;             /* Darker color on hover */
    text-decoration: underline;
}


footer {
  background: #f4f4f4;
  text-align: center;
  padding: 6px;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  font-size: 14px;
}