body {
  font-family: "Euclid Circular B", sans-serif;
  color: #333; /* Dark gray for legibility */
  background-color: #ffffff !important;
  margin: 0;
  padding: 0;
}

.container {
  max-width: 700px; /* Optimal width for reading */
  margin: 80px auto; /* Center the content and provide spacing from the top */
  background-color: #ffffff; /* White background for the content area */
  padding: 16px; /* Padding around the content */
  /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
  border-radius: 10px;
}

.superr-footer.white-bg {
  background-color: white !important;
}

h1 {
  font-size: 2.5em; /* Large title */
  margin-bottom: 20px; /* Spacing below the title */
}

h2 {
  font-size: 1.5em; /* Slightly smaller than h1 */
  margin-top: 40px; /* Spacing above the heading */
  margin-bottom: 20px; /* Spacing below the heading */
  font-weight: bold; /* Bold for emphasis */
  border-bottom: 2px solid #e0e0e0; /* Subtle bottom border for distinction */
  padding-bottom: 10px; /* Padding to space out the border */
}

h3 {
  font-size: 1.75em; /* Slightly smaller than h2 */
  margin-top: 35px;
  margin-bottom: 15px;
  font-weight: bold;
}

h4 {
  font-size: 1.5em; /* Slightly smaller than h3 */
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: bold;
}

h5 {
  font-size: 1.25em; /* Slightly smaller than h4 */
  margin-top: 25px;
  margin-bottom: 10px;
  font-weight: bold;
}

h6 {
  font-size: 1.1em; /* Almost the same size as regular text but bolded for distinction */
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: bold;
}

p {
  font-size: 1.1em; /* Slightly larger than default for readability */
  line-height: 1.6; /* Spacious line-height for legibility */
  margin-bottom: 20px; /* Spacing between paragraphs */
}

p.author {
  /* text-align: center; */
}
