body {
  background-color: #1F2124;
}
body .logo {
  font-family: "JetBrains Mono", monospace;
  font-size: 1rem;
  line-height: 1.2;
  white-space: pre;
  color: #C6C1B8;
  text-align: center;
}
body .isInvisible {
  display: none;
}
body .main_content {
  text-align: center;
  font-family: "JetBrains Mono", monospace;
  font-size: 1rem;
  line-height: 1.2;
  color: #C6C1B8;
}
body .main_content nav a {
  color: #F2EFE6;
  text-decoration: none;
}
body .main_content nav a:hover {
  text-decoration: underline;
}
body .main_content .log_content {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}
body .main_content .log_content a {
  color: #F2EFE6;
  text-decoration: none;
  margin: 24px;
}
body .main_content .log_content a:hover {
  text-decoration: underline;
}
body .main_content .log_text {
  max-width: 700px;
  margin: 2rem auto;
  font-family: "Inter", "Segoe UI", sans-serif;
  line-height: 1.6;
  color: #f5f1e6;
}
body .main_content .log_text p {
  margin-bottom: 1.2rem;
}
body .main_content .log_text .closing {
  font-style: italic;
  margin-top: 2rem;
}
