body {
  background-color: #0f0a0a;
  color: #f4e8dc;
  font-family: Verdana, Geneva, sans-serif;
  text-align: center;
  margin: 0;
  padding: 0;
}

/* -------- HEADINGS -------- */
h1 {
  color: #f7e8c2;
  font-size: 28px;
  letter-spacing: 1px;
  margin-top: 40px;
  text-shadow: 1px 1px 2px #000;
}

h3 {
  color: #d8bfa2;
  font-weight: normal;
  font-size: 16px;
  margin-top: -10px;
  margin-bottom: 30px;
}

/* -------- IMAGES -------- */
img {
  border-radius: 4px;
  image-rendering: crisp-edges;
}

div img {
  transition: transform 0.3s ease-in-out;
}

div img:hover {
  transform: scale(1.05);
}

/* -------- LINKS -------- */
a {
  color: #d4b17a;
  text-decoration: none;
  font-weight: bold;
}

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

/* -------- HORIZONTAL RULES -------- */
hr {
  border: none;
  height: 1px;
  background-color: #3a2a2a;
  width: 60%;
  margin: 20px auto;
}

/* -------- FOOTER -------- */
small {
  color: #9e9e9e;
  font-size: 12px;
}

footer {
  margin-top: 40px;
  padding-bottom: 20px;
}

/* -------- CONTAINERS -------- */
.image-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 15px;
}

.content {
  width: 70%;
  margin: 0 auto;
  line-height: 1.6;
  font-size: 14px;
}
