.notion-image {
transition: transform .2s !important; /* Animation */
width: 200px;
height: 200px;
margin: 0 auto;
}
.notion-image:hover {
transform: scale(1.05); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}