footer {
  background-color: #097b48;
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 2rem;
  z-index: 1001;
  padding: 1rem;
}
.footer-content {
  color: #fff;
  font-size: 0.9rem;
  width: 100%;
}
.footer-content p {
  margin: 0;
  text-align: center;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.footer-content a {
  color: #fff;
  text-decoration: none;
}