<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.visitATLASWebSite {
	margin:10px 10px 10px 10px;
	float:left;
}
img.visitATLASWebsite {
	width: 120px;
	margin-top: 3px;
}

.designedByBox{
	float:left;
	margin:10px 10px 10px 0px;
}

#DesignedForCarlZeissLink{
	clear:both;
	display:block;
	margin:10px 10px 10px 0px;
	overflow:hidden;
}

#petapixelexamples {
	float: right;
	text-align: left;
	width: 100%;
}

.colorize-white-to-yellow:hover {
	filter: sepia(1) hue-rotate(10deg) saturate(12);
}

.hue-rotate-fast {
	animation: hue-rotate-fast 1s linear infinite alternate both;
}
@keyframes hue-rotate-fast {
	0% {
		filter: sepia(1) hue-rotate(0deg) saturate(12) ;
	}
	25% {
		filter: sepia(1) hue-rotate(72deg) saturate(12) ;
	}
	50% {
		filter: sepia(1) hue-rotate(144deg) saturate(12) ;
	}
	75% {
		filter: sepia(1) hue-rotate(216deg) saturate(12) ;
	}
	100% {
		filter: sepia(1) hue-rotate(288deg) saturate(12) ;
	}
}</pre></body></html>