.scale {
    transition: 0.3s ease-in-out;
}

.scale:hover {
    transform: scale(1.03);
}