body {
  margin: 0;
  padding: 0;
  background-color: #f3f6f4;
  color: #222222;
  font-family: "Sofia Sans Condensed", sans-serif;
  line-height: 1.5;
}

a {
  color: #2f7354;
}

a:visited {
  color: #2f7354;
}

a:hover {
  color: #1f5b3c;
}

a:active {
  color: #174a31;
}

header,
main,
footer {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
}

header {
  background-color: #ffffff;
  margin-top: 20px;
  padding: 20px;
  border: 1px solid #cdd8d0;
  position: relative;
}

h1,
h2,
h3 {
  font-family: "Sofia Sans Condensed", sans-serif;
  color: #1f5b3c;
}

h1 {
  margin-top: 0;
}

h1 a {
  color: inherit;
  text-decoration: none;
}

h1 a:hover {
  text-decoration: underline;
}

nav menu {
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
}

nav menu li {
  display: inline-block;
  margin: 4px 8px 4px 0;
}

nav a {
  color: #1f5b3c;
  text-decoration: none;
}

nav a:hover {
  text-decoration: underline;
}

main {
  margin-top: 12px;
}

aside,
section {
  background-color: #ffffff;
  border: 1px solid #cdd8d0;
  padding: 16px;
  margin-bottom: 12px;
}

article {
  margin-bottom: 16px;
  border-left: 3px solid #5f8f74;
  padding-left: 10px;
}

article:last-child {
  margin-bottom: 0;
}

ul,
ol {
  margin-top: 6px;
}

.lang-switcher {
  position: absolute;
  top: 20px;
  right: 20px;
  display: flex;
  gap: 12px;
}

.lang-switcher a {
  display: inline;
  padding: 0;
  border: 0;
  background: transparent;
  color: #1f5b3c;
  text-decoration: none;
  font-weight: 400;
  font-size: 1em;
  letter-spacing: 0;
}

.lang-switcher a:hover,
.lang-switcher a.active {
  color: #1f5b3c;
  text-decoration: underline;
}

footer {
  background-color: #ffffff;
  border: 1px solid #cdd8d0;
  border-top: 3px solid #1f5b3c;
  padding: 20px;
  margin-top: 24px;
  margin-bottom: 20px;
  text-align: center;
  font-size: 14px;
  color: #666666;
}

footer a {
  color: #1f5b3c;
  text-decoration: none;
  font-weight: 600;
}

footer a:hover {
  text-decoration: underline;
}

footer p {
  margin: 8px 0;
}
