@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

body {
  font-family: "Montserrat", serif;
  line-height: 1.6;
  margin: 20px;
  padding: 0;
  background-color: #f7f1dd;
}

header {
  color: 1e322c;
  padding: 10px 0;
  text-align: center;
}

h1 {
  margin: 0;
}

.container {
  max-width: 800px;
  margin: 20px auto;
  background-color: white;
  padding: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

h2 {
  color: #1e322c;
  font-size: 1.5em;
  margin-bottom: 10px;
}

p {
  font-size: 1em;
  color: #2d3748;
  margin-bottom: 15px;
}

ul {
  list-style-type: disc;
  margin-left: 20px;
}

a {
  color: #b2a894;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

footer {
  text-align: center;
  margin-top: 30px;
  font-size: 0.9em;
  color: #888;
}

footer ul {
  margin-left: 0;
  padding-inline-start: 0;
}

.footer-links {
  margin-top: 10px;
}

.footer-links a {
  color: #1e322c;
}

.footer-links li {
  display: inline;
  margin: 0 10px;
}

footer a:hover {
  text-decoration: underline;
}
