.gradient-background {
  background: linear-gradient(300deg, #00bfff, #ff4c68, #ef8172);
  background-size: 180% 180%;
  animation: gradient-animation 18s ease infinite;
}

@keyframes gradient-animation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.icon-square {
  width: 3rem;
  height: 3rem;
  border-radius: 0.75rem;
}

.profile-img {
  height: 100px;
  border-radius: 50%;
}
img{
  vertical-align: middle;
  overflow: clip;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
@media (min-width: 992px) {
    .mx-lg-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }
}
#features {
  margin-top: 5px;
}
.dog_image {
  border-radius: 50%;
  height: 100px;
}
.text-body-emphasis {
  font-size: 2rem;
}
.display-4 {
  font-size: 4rem;
}

