.fa-solid{
	font-size: 30px;
}

#home img{
	width: 300px;
}


@keyframes movingGradient {
	0% { background-position: 0% 50%; }
	50% { background-position: 100% 50%; }
	100% { background-position: 0% 50%; }
  }
  
  .animated-gradient {
	background: linear-gradient(-45deg, #3b82f6, #ec4899, #f97316, #22c55e);
	background-size: 400% 400%;
	animation: movingGradient 15s ease infinite;
  }
