body {
  margin: 0;
  background-color: #f4ecec;
  font-family: Verdana, sans-serif;
  color: #0f2f73;
}

.wrapper {
  width: 90%;
  max-width: 1260px;
  margin: 22px auto;
  padding: 18px 38px 55px;
  box-sizing: border-box;
  background-color: #f4ecec;
  border: 1px solid #9a9a9a;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Georgia, serif;
  margin: 0;
}

h1 {
  color: #8a1fe0;
  text-align: center;
  font-size: 30px;
  line-height: 1.15;
  margin-bottom: 26px;
}

h2 {
  color: #8a1fe0;
  text-align: left;
  font-size: 15px;
  line-height: 1.2;
  padding: 26px 0;
  margin-bottom: 26px;
  border-top: 2px solid #18dfea;
  border-bottom: 2px solid #18dfea;
}

#navigation {
  text-align: center;
  font-family: Georgia, serif;
  padding: 14px 0 16px;
  margin-bottom: 28px;
  border-bottom: 2px solid #18dfea;
}

#navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#navigation li {
  display: inline;
}

#navigation li:not(:last-child)::after {
  content: " | ";
  color: #0f2f73;
  font-weight: bold;
}

#navigation a {
  text-decoration: none;
  color: #0f2f73;
  font-size: 18px;
  font-weight: bold;
}

#navigation a:hover {
  text-decoration: underline;
}

h3 {
  color: #8a1fe0;
  font-size: 28px;
  margin: 0 0 18px;
}

p {
  font-size: 17px;
  line-height: 1.65;
  margin: 0 0 24px;
  color: #0f2f73;
}

.firstLetter {
  float: left;
  font-size: 68px;
  line-height: 0.9;
  padding-right: 6px;
  font-family: Georgia, serif;
  color: #6b0000;
}

.firstWord {
  text-transform: uppercase;
}

#firstStory {
  color: #0f2f73;
}

a {
  color: #0f2f73;
  text-decoration: none;
  font-weight: bold;
}

a:hover {
  text-decoration: underline;
}


body,
.wrapper,
h1,
h2,
h3,
p,
a,
#navigation,
#navigation a,
.firstLetter {
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}


body.dark-mode {
  background-color: #121212;
  color: #e8e8e8;
}

body.dark-mode .wrapper {
  background-color: #1e1e1e;
  border-color: #444;
}

body.dark-mode h1,
body.dark-mode h2,
body.dark-mode h3 {
  color: #c084fc;
}

body.dark-mode p,
body.dark-mode a,
body.dark-mode #navigation a,
body.dark-mode #navigation li:not(:last-child)::after {
  color: #e8e8e8;
}

body.dark-mode h2,
body.dark-mode #navigation {
  border-color: #4dd0e1;
}

body.dark-mode .firstLetter {
  color: #ffb4a2;
}

