.btn:hover{
transform:scale(1.05);
transition:0.3s;
}

.script-card:hover{
transform:translateY(-5px);
}