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.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: 282px;
  right: 42px;
  z-index: 10;
}
.tab-hotspots a {
  display: block;
  width: 60px;
  height: 147px;
  margin-bottom: 2px;
  background-color: transparent;
  border: none;
  text-decoration: none;
}
.contact-section a {
  text-decoration: none;
  color: inherit;
}
.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: #4B5A6A;
  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;
}
.responsive-image {
  max-width: 700px; /* or whatever fits your layout */
  margin: 0 auto;
  padding: 20px;
}
.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-image:url("https://unsynchronized.neocities.org/Site_Core_Images/Manila%20Folder%202-1.png");
    background-repeat: repeat-y;
    background-size: cover;
    background-position: top;
  }
  @media screen and (max-width: 768px) {
  .tab-hotspots {
    position: static;
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
  }

  .tab-hotspots a {
    width: 60px;
    height: 60px;
    background-color: transparent;
    border: 1px solid #ccc;
    border-radius: 8px;
  }
}}
}