.simple-navbar {
  text-align: center;
  padding: 0.85rem 1.25rem;
}

.simple-navbar-link {
  color: #4a647f;
  text-decoration: none;
  font-size: 0.98rem;
  font-weight: 500;
  text-decoration-line: underline;
  text-decoration-style: dashed;
  text-decoration-color: #b8c1cc;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.28em;
}

.simple-navbar-link:hover {
  color: #4a647f;
}
