@import url('/base.css');
@import url('/hero.css');
@import url('/about-layout.css');
@import url('/section-layout.css');
@import url('/typography.css');
@import url('/buttons.css');
@import url('/background-effects.css');

.footer-credit{
  display:flex;
  justify-content:center;
  margin-top:22px;
  padding-top:22px;
  border-top:1px solid var(--line);
  color:#6a7482;
  font-size:13px;
  text-align:center;
}

.footer-credit a{
  margin-left:4px;
  color:inherit;
  text-decoration:underline;
  text-decoration-thickness:1px;
  text-underline-offset:3px;
}
