
/* Footer */
footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  padding: 0.5rem 1rem;
  font-size: clamp(0.5rem, 1vw + 0.5rem, 0.8rem);
  color: #ccc;
  background: #053652e0;
   z-index: 1000;
}

footer a {
  color: #ddd;
  text-decoration: none;
}
footer a:hover {
  text-decoration: underline;
}


@media (min-width: 840px) {

}