footer {
  z-index: 1000;
  color: #fff;
  flex-shrink: 0;
  width: 100%;
  padding: .5rem 1rem;
}

footer .container {
  display: block !important;
}

footer a {
  color: var(--primary-h1, #9cdcf0);
  font-size: .9rem;
  text-decoration: none;
}

footer a:hover {
  text-decoration: underline;
}

@media (width <= 400px) {
  footer {
    padding: .75rem .5rem;
    font-size: .85rem;
  }
}
