body {
  max-width: 80ch;
  padding-top: 24px;
  padding-left: 48px;
  padding-right: 48px;
  background-color: #040D12;
  color: #93B1A6;
  font-size: 1.8rem;
  line-height: 150%;
}

footer {
  font-size: 1.4rem;
  font-weight: normal;
}

a:focus {
  outline: 2px solid #93B1A6;
  outline-offset: 2px;
}

a:link {
  color: #5C8374;
  text-decoration: none;
}

a:visited {
  color: #5C8374;
  text-decoration: none;  
}

a:active {
  color: #2A5A5A;
  text-decoration: underline;
}

details > span {
  margin-left: 24px;
  font-style: italic;
}

.lang-he {
  font-family: "Times New Roman";
  font-weight: 500;
  font-size: 1.9rem;
}