html {
  background-color: black;
  display: flexbox;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: larger;
}

body {
  /* background-color: thistle; */
  background-color: #dddddd;
  margin: auto;
  padding: 5em;
  align-items: center;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: black;
  margin: 0;
}

h1 {
  border-bottom: 0.15em solid black;
  /* font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif; */
  /* font-family: Verdana, Geneva, Tahoma, sans-serif; */
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
  font-variant: small-caps;
  letter-spacing: 0.1em;
  margin-bottom: 0.5em;
  margin-top: 1em;
  /* text-shadow: 0.05em 0.05em 0.05em darkslategray; */
}

h2 {
  border-bottom: 0.125em solid black;
  font-variant: small-caps;
  font-weight: lighter;
  margin-bottom: 0.5em;
  margin-top: 2em;
  text-shadow: 0.05em 0.05em 0.05em darkslategray;
}

h3 {
  border-bottom: 0.1em solid grey;
  /* color: darkslateblue; */
  /* color: darkslategrey; */
  color: darkcyan;
  font-variant: small-caps;
  font-weight: lighter;
  margin-bottom: 0.4em;
  margin-top: 2em;
  padding-bottom: 0.4em;
  text-shadow: 0.025em 0.025em 0.025em black;
}

h4 {
  /* font-variant: small-caps; */
  margin-top: 1.5em;
}

h5 {
  color: darkslategrey;
  font-size: large;
  margin-top: 2em;
}

h6 {
  font-family: "Times New Roman", Times, serif;
  font-size: large;
  font-style: italic;
  font-weight: normal;
}

hr {
  border: none;
  border-top: 0.1em solid black;
  box-shadow: 0.05em 0.05em 0.1em darkcyan;
  margin: 2em 0;
}

img {
  width: 100%; /* Or a fixed size, e.g., 300px */
  overflow: hidden; /* Critical: Prevents content from spilling out */
}

p {
  line-height: 1.5;
  margin: 0;
  margin-bottom: 1em;
  padding: 0;
  text-align: justify;
}

/* --- classes --- */

/* .my_paragraph {
  margin: 0;
  margin-bottom: 1em;
} */

/* .my_span {
    display: flexbox;
} */

title {
  font-size: 2em;
  text-align: center;
}

.subtitle {
  font-size: 1.25em;
  text-align: center;
}
