
body {
    padding: 12px;
    text-align: center;
    font-family: 'Optima', sans-serif;
    font-size: 100%;
}

b {
    text-align: center;
    font-family: 'Optima', serif;
    font-size: 100%;
    font-weight: bold;
}

.responsive-image {
    width: 50%; /* Make the image take up the full width of its parent container */
    height: auto; /* Auto height maintains the aspect ratio */
    display: block; /* Display block to remove any default inline spacing */
    margin: 0 auto; /* Optional: Center the image within its container */
}

#substack-content {
    margin: 20px;
    font-family: 'Optima', sans-serif;
}

#blog-posts {
    list-style-type: none; /* Removes default bullet points */
    padding: 0;
}

#blog-posts li {
    margin-bottom: 10px;
}

#blog-posts li a {
    text-decoration: none; /* Optional: removes underline from links */
    color: blue; /* Optional: sets link color */
}

#nav {
    margin: 0 auto 10px;
    width: 650px;
    padding: 10px;
    text-align: center
    font-size: 100%;
}

#container {
    margin: 0 auto 30px;
    width: 820px;
}

h1 {
    margin: 0px;
    padding: 0px;
    line-height: 100%;
    font-size: 2em;
}

h2 {
    margin: 0px;
    padding: 0px;
    line-height: 100%;
    font-size: 1em;
}

#main {
    padding-top: 0px;
    text-align:justify;

}

h3.highlight {
  font-size: 18pt;
  background: #ddd;
  margin-bottom: 1px;
  margin-top: 25px;
  padding: 5px;
  border-bottom: 1px solid #888;
}

h4 {
  line-height: 100%;
  margin: 1px;
  display: inline;
}
