.site-header {
  text-align: center;
  margin-bottom: 15px;
}

.nav-links a {
  color: white;
  font-weight: 600;
  margin: 0 10px;
  text-decoration: none;
}

.nav-links a:hover {
  text-decoration: underline;
}

