/* Footer styles for copyright notice */
.copyright-footer {
  position: fixed;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #f1f1f1;
  padding: 10px;
  font-size: 0.8rem;
  z-index: 1000;
}

/* On small screens, stretch the footer across the full bottom */
@media only screen and (max-width: 540px) {
  .copyright-footer {
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
  }
}
