body {
    margin: 1%;
    padding: 1%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: 'Inter', sans-serif;
    overflow-x: hidden; /* Prevents horizontal overflow */
    max-width: 100vw; /* Ensures no content exceeds the viewport width */
    background-color: #486971;
}

img {
    margin-left: auto;
}

p {
    text-align: left;
    margin-left: auto;
    width: 100%;
}

.eby {
    margin-top: 0%;
    margin-block-end: 0em;
    padding-top: 0%;
    font-weight: bold;
}

.edmt {
    margin-bottom: 0%;
    padding-bottom: 0%;
    justify-content: left;
}

.container {
    width: 100%;
    background-color: #eeece1;
    /* Default to full width */
    max-width: 684px;
    min-width: 500px;
    padding: 20px;
    box-sizing: border-box;
    /* Include padding in width calculation */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.drop-cap::first-letter {
    font-size: 3em;
    font-weight: bold;
    float: left;
    margin-right: 8px;
    line-height: 1;
}

#subtitle {
    margin-bottom: 2cap;
}

#TOC {
    justify-content: left;
}
#TOC p{
	line-height: 0.7;
}

#whatFollows, #uptakeContainer, #gintContainer{
    width: 100%;
    padding: 20px;
    background-color: #cfeaee;
}
#abtAuthContainer{
    width: 100%;
    padding: 20px;
    background-color: #d9d9d9;
}

#footer{
    margin-top: 2cap;
}

.frh2{
    padding-bottom: 0;
    margin-bottom: 0;
}

blockquote {
  margin: 1em 2em;
  padding-left: 1em;
  border-left: 4px solid #ccc;
  color: #555;
  font-style: italic;
}
/* Media query for smaller screens */
@media (max-width: 450px) {
    .container {
        min-width: 300px;
        /* Use full width of the screen for small devices */
    }
}