.scale {transition: all .2s ease-in-out;border: 2px solid #000;border-radius: 5px;}
.scale:hover {transform: scale(1.1);}