body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
  background-color: #0d1117;
  color: #c9d1d9;
  transition:
    background-color 0.3s ease-in,
    color 0.3s ease-in;
}

body:not(#navbar-container) {
  display: block !important;
}

#navbar-container {
  display: flex;
  justify-content: center;
  width: 100%;
}

main {
  display: flex;
  justify-content: center;
  padding: 2rem;
}

.markdown-body {
  max-width: 1200px;
  width: 100%;
  transition: color 0.3s ease-in;
  transition: background-color 0.3s ease-in;
}
