.im-fell-english-regular {
  font-family: "IM Fell English", serif;
  font-weight: 400;
  font-style: normal;
}

.im-fell-english-regular-italic {
  font-family: "IM Fell English", serif;
  font-weight: 400;
  font-style: italic;
}

.uncial-antiqua-regular {
  font-family: "Uncial Antiqua", system-ui;
  font-weight: 400;
  font-style: normal;
}
body, h1, h2, ul {
  margin: 0;
  padding: 0;
}

body {
  font-family: "IM Fell English", serif;
  text-align: center;
  background-color: #dcd0b8;
  color: #443c41;
}

header {
  padding: 20px 0;
  background-color: #648CB4;
}

h1 {
  font-size: 3rem;
  font-family: "Uncial Antiqua";
}

.content-wrapper {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 40px 20px;
  gap: 40px;
  flex-wrap: wrap;
}

.sidebar {
  flex: 1;
  max-width: 200px;
  text-align: center;
}

.sidebar h2 {
  margin-bottom: 10px;
  font-size: 1.5rem;
}

.sidebar ul {
  list-style: none;
}

.sidebar li {
  margin: 8px 0;
}

.sidebar a {
  color: #0077cc;
  text-decoration: none;
}

.sidebar a:hover {
  text-decoration: underline;
}

.image-container {
  max-width: 300px;
}

.image-container img {
  width: 100%;
  height: auto;
  border: 2px solid #648CB4;
  border-radius: 8px;
}

