* {
  box-sizing: border-box;
  max-width: 100%;
}
iframe {
  width: 100%;
  max-width: 100%;
  height: auto;
  min-height: 200px;
  border: none;
}
body {
  font-family: "Inter", sans-serif;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #f5f5f5;
  background-image: url('/img/cloudbg.jpg');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  text-align: center;
  margin: 0;
  padding: 0 16px;
  font-size: 1rem;
  line-height: 1.5rem;
}
a, a:link, a:active, a:visited {
    color: #114B5F;
    font-weight: bold;
    text-decoration: none;
}
a:hover {
    color: #030E11;
}
h1, h2, h3 {
    line-height: 2rem;
}
h1 {
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
h2 {
  text-align: center;
  font-size: 1.5rem;
}
p {
  font-size: 1rem;
  color: #555;
}
header {
  text-align: center;
  margin: 60px 0 15px 0;
  width: 100%;
}
main {
  max-width: 550px;
  width: 100%;
  margin: 0 auto;
}
footer {
  text-align: center;
  margin: 15px 0 60px 0;
}
footer a {
    color: #000 !important;
    font-weight: bold;
}
section {
  margin: 30px 0;
  width: 100%;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  padding: 30px 15px;
}
.site-title img {
  width: 100%;
  max-width: 550px;
  margin: auto;
  filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.4));
}
.site-title {
  text-align: center;
  margin: 15px 0;
}
.site-description {
  margin: 8px 0 12px 0;
  font-size: 0.95rem;
}
.substack-wrap {
  width: 100%;
  margin: 30px 0px 0px 0px;
}
.social-links {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
}
nav ul {
  padding: 0;
  margin: 10px 0 0 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 16px;
}
nav ul li {
  display: inline;
}
.archive-section {
    width: 100%;
}
.archive-btn-img {
    max-width: 350px;
    width: 100%;
    filter: drop-shadow(0px 0px 8px rgba(255, 255, 255, 0.8));
}
  .social-icons {
    display: flex;
    justify-content: center;
    align-items: baseline;
    gap: 30px;
    flex-wrap: wrap;
    width: 100%;
  }
  .social-icons a img {
  width: 48px;
  height: 48px;
  object-fit: contain;
  filter: drop-shadow(0px 0px 8px rgba(255, 255, 255, 0.8));
}
.copyright {
    margin-top: 30px;
    width: 100%;
}
.index-qr {
    margin: 30px 0px 45px 0px;
    filter: drop-shadow(0px 0px 8px rgba(255, 255, 255, 0.8));
}