@import './common.css';
@import './header.css';
@import './website.css';
@import './footer.css';

.navigation-item:nth-child(1) .navigation-item-img::before {
  border: none;
  background-color: rgb(215, 186, 77);
}
.navigation-item:nth-child(1) .navigation-item-text > strong {
  color: rgb(215, 186, 77);
}
