#navigation {
  padding: 15px 17px 15px 30px;
  background-color: white;
  font-size: 24px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  gap: 23px; }
  #navigation .nav-link {
    color: black; }
  #navigation .link-active {
    font-weight: bold; }
