.background {

    background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
	background-size: 400% 400%;
	animation: gradient 15s ease infinite;
	height: 80vh;
    width: 100%;
}

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

.fw-light{
    padding-top: 10%;
}

.row{
    padding-top: 5%;
    padding-left: 13%;
}


.text{
    padding-top: 5%;
    font-size: 50px;
    font-weight: 200;
}
.text1{
    padding-top: 2%;
font-size: 20px;
}
.card:hover{
    transform: scale(1.3);
    background-image: linear-gradient(rgb(246, 88, 88),rgb(94, 94, 244));
    
    
}
.card{
    transition: 0.3s;

   
   
}
body{
    background-color: #31e1b5;
}











  

