.card1 {
width: 190px;
height: 254px;
border-radius: 20px;
background-image: linear-gradient(163deg, #00ff75 0%, #3700ff 100%);
transition: all .3s;
}
.card1-2 {
width: 190px;
height: 254px;
background-color: #1a1a1a;
border-radius: 20px;
transition: all .2s;
}
.card1-2:hover {
transform: scale(0.98);
border-radius: 20px;
}
.card1:hover {
box-shadow: 0px 0px 30px 1px rgba(0, 255, 117, 0.30);
}