.nils-footer-bottom {
  background: #080808;
  overflow: hidden
}

.nils-footer-bottom__wrapper {
  width: 100%;
  margin: 2rem 0 0;
  padding: 2rem 0 4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border-top: 1px solid hsla(0, 0%, 100%, .6);
}

.nils-footer-bottom__links {
  display: flex;
  gap: 1rem;
}

.nils-footer-bottom__link {
  color: hsla(0, 0%, 100%, .6);
  text-decoration: none;
}

.nils-footer-bottom__credit {
  color: hsla(0, 0%, 100%, .6);
  margin: 0
}

@media screen and (max-width: 500px) {
    .nils-footer-bottom__wrapper {
        flex-direction: column;
    }
}
