/* General Body Styles */
body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  background-color: #f8f9fa;
  color: #343a40;
}

/* Container for the main content */
.container {
  max-width: 900px;
  margin: 40px auto;
  padding: 30px;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

/* Headings */
h1,
h2,
h3,
h4 {
  color: #212529;
  margin-top: 1.5em;
  margin-bottom: 0.8em;
  font-weight: 600;
}

h1 {
  font-size: 2.5em;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0.5em;
  border-bottom: 2px solid #dee2e6;
  padding-bottom: 0.5em;
}

h2 {
  font-size: 2em;
  border-bottom: 1px solid #e9ecef;
  padding-bottom: 0.4em;
}

h3 {
  font-size: 1.5em;
}

h4 {
  font-size: 1.2em;
  color: #495057;
}

/* Subtitle under the main heading */
.subtitle {
  text-align: center;
  font-size: 1.2em;
  color: #6c757d;
  margin-bottom: 1.5em;
}

/* Paragraphs and Lists */
p,
ul {
  margin-bottom: 1em;
}

ul {
  padding-left: 20px;
}

li {
  margin-bottom: 0.5em;
}

/* Links */
a {
  color: #007bff;
  text-decoration: none;
  transition: color 0.2s ease-in-out;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

/* Horizontal Rule */
hr {
  border: 0;
  height: 1px;
  background-color: #e9ecef;
  margin: 40px 0;
}

/* Strong tag */
strong {
  color: #343a40;
  font-weight: 600;
}

/* Blockquote for the "Easter Egg" section */
blockquote {
  margin: 20px 0;
  padding: 15px 20px;
  background-color: #e9ecef;
  border-left: 5px solid #007bff;
  font-style: italic;
  color: #495057;
}

blockquote p {
  margin-bottom: 0.5em;
}

/* Contact Section */
.contact {
  text-align: center;
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid #e9ecef;
}

.contact p {
  font-size: 1.1em;
}

/* Footer */
footer {
  text-align: center;
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid #e9ecef;
  font-size: 0.9em;
  color: #6c757d;
}
