.footer {
  border-top: 2px solid #cccccc55;
  position: sticky;
  bottom: 0;
  background: white;
  text-align: end;
  z-index: 5;
  margin-top: 0.5rem;
  padding: 0.25rem;
}

.footer-text {
  color: #5e5e5e;
  font-size: 1.1rem;
}
