footer {
  background-color: var(--blue);
  color: white;
  padding: 2rem 1rem;
  text-align: center;
  box-sizing: border-box;
}

.footer-links,
.footer-contact {
  margin: 1rem 0;
}

.footer-links a {
  color: white;
  margin: 0 10px;
  font-weight: bold;
}

.footer-text {
  margin-top: 2.5rem;
  font-size: 1.15rem;
  font-style: italic;
  opacity: 0.9;
  animation: fadeIn 1.8s ease-out 0.8s both;
  line-height: 1.4;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.contact-waves {
  width: 100%;
  height: 100px;
  display: block;
  position: relative;
}

@media (max-width: 600px) {
  .footer-text {
    font-size: 1rem;
    max-width: 90vw;
  }
}