/*!
 * Licensed under DevelopMe2022
 */
html,body{

    overflow-x: hidden;
}

.mainCards div, a{
    transition:  0.5s;
}
.mainCards a:hover{
    transform: scale(1.1) ;
}
.mainCards div:hover{
background-color:rgba(53, 120, 255, 0.05);
}


.carsCard img{
        transition:  0.5s;
}

.carsCard img:hover{
    transform: scale(1.1) ;
}

