<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
#volver{
	bottom: 20px;
	right: 20px;
	position: fixed;
	display: none;
}

#volver img {
	width: 60px;
	height: 60px;
	opacity: .9;
}

#volver img:hover{
	opacity: 1;
	transition: .3s all ease;
	cursor: pointer;
}</pre></body></html>