<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.box{
	font-family: 'Merriweather Sans', sans-serif;
	overflow: hidden;
	position: relative;
	z-index: 1;
	transition: all .5s;
}

.box img{
	width: 100%;
	height: auto;
	transition: all 0.3s ease;
}

.box:hover img{ transform: scale(1.03); }
</pre></body></html>