.container {
  display: flex;
  justify-content: center;
}

.logo {
  width: 600px;
}

.logo-small {
  width: 250px;
}

.nav-link {
    color: #223432;
}

.nav-link:hover {
    color: #57785D;
    text-decoration: none;
}

.nav-link.active {
    font-weight: normal;
}
