html, body {
  margin: 0;
  padding: 0;
  height: auto;
  overflow-x: auto;
  overflow-y: auto;
}
body {
  background-image:
    url("https://unsynchronized.neocities.org/Site_Core_Images/Manila%20NEW.2.png");
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100% auto;
}
h1 {
  color: #3A3E44;
}

h2 {
  color: #43474D;
}

p {
  color: #4B4F56;
}
.section-break {
  height: 80px;
  background-color: transparent;
}
small, footer {
  color: #6A6E75;
}
@media screen and (max-width: 768px) {
  .section-break {
    height: 60px;
  }
  .content {
    padding: 10px;
    margin-left: 20px;
    margin-right: 20px;
  }
  @media (max-width: 768px) {
  body {
    background-size: cover, cover;
    background-position: top, bottom;
  }
}
}
.tab-hotspots {
  position: absolute;
  top: 240px;
  right: 42px;
  z-index: 10;
}
.contact-section a {
  text-decoration: none;
  color: inherit;
}
.tab-hotspots a {
  color: #3A3E44;
  text-decoration: none;
  font-size: 22px;
  font-weight: bold
}
.banner {
  max-width: 2560px;
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.banner-container {
  max-width: 600px;
  margin: 0 auto;
}
h1 {
  font-size: 2.5em;
  margin-bottom: 0.2em;
}
p {
  font-size: 1.2em;
  margin-bottom: 1em;
}
.note {
  font-style: italic;
  color: #6a6a6a;
}
.clean-list {
  list-style-type: none;
  margin-bottom: 0.6em; 
  line-height: 1.0;
}

.clean-list li {
  margin-bottom: 0.6em;
  font-size: 1.2em;
  color: #4B4F56;
}
.form-container {
  background-color: rgba(75, 79, 86, 0.05);
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(75, 79, 86, 0.1);
  max-width: 700px;
  margin-left: 40px;
}
.embedded-form {
  max-width: 640px;
  margin: 0 auto;
  display: block;
}
.content {
  max-width: 700px;
  margin-left: 40px;
  margin-right: auto;
  padding: 20px;
}
.about-podcast,
.about-host {
  margin-top: 60px;
margin-bottom: 40px;
}
.contact-section {
  margin-bottom: 60px;
}
a {
  color: #4B4F56;
  text-decoration: none;
}
.neocities-badge img {
  max-width: 120px;
  height: auto;
  display: block;
  margin: 20px auto 10px auto;
}
a:hover {
  color: #6A6E75;
  text-decoration: underline;
  filter: drop-shadow(0 0 4px rgba(75, 90, 106, 0.25));
}
.responsive-image {
  max-width: 700px;
  padding: 20px;
  margin: 0 auto;   /* This is the missing piece */
}
.responsive-image img {
  width: 100%;
  height: auto;
  display: block;
}
.fine-print {
  font-size: 0.75em;
  color: #6A6E75;
  text-align: center;
  margin: 10px auto 20px auto;
  margin-bottom: 10px;
  max-width: 600px;
}
@media (max-width: 768px) {
  .index-text {
    padding: 10px;
    font-size: 1em;
  }
@media (max-width: 768px) {
  body {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
  }
 @media screen and (max-width: 768px) {
  .tab-hotspots {
    position: static;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
  }
  .tab-hotspots {
  float: right; 
  right: 20px;
  top: 50px;
  display: block; 
}
  .tab-hotspots a {
  display: block;
  width: 75px;
  height: 110px; 
  margin-bottom: 5px;
  background-color: transparent; 
  opacity: 1.0;
  border: 1px solid #ccc;
  border-radius: 8px;
  text-decoration: none;
}}}}