.main-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: center;
    margin: 0 50px 0 50px;
}

.page-title {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding: 0 0 25px 0;
}

.nav-bar {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 50px;
}

.site-footer {
  margin-top: 4rem;
  padding: 2rem 1rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 0.9rem;
  color: #666;
  text-align: center;
}

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

.site-footer a:hover {
  text-decoration: underline;
}