.distill-site-nav {
  color: black;
  background-color: white;
  font-size: 15px;
  font-weight: 300;
}

.distill-site-nav a {
  color: inherit;
  text-decoration: none;
}

.distill-site-nav a:hover {
  color: black;
}

.distill-site-header {
}

.distill-site-footer {
}

@media print {
  .distill-site-nav {
    display: none;
  }
}

.content {
    max-width: 1200px; /* Adjust this value to your desired width */
    margin: 0 auto; /* This centers the content horizontally */
}