header .header--container__blue--dark {
  width: 90%;
}


main .hero-container .gif-container {
  background-size:contain;
}

.hero-container h1,
.hero-container h2 {
    font-size: 3rem;
}

.links--card-container:hover {
  transform: translateY(-10px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease-in-out;

}

footer .footer--container__blue--dark {
  width: 10%;
}