.hover {
    transform: scale(1);
    transition: all .4s;
}

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

.center-html {
    text-align: center;
}