<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#overlay {
    background: rgba(244, 244, 244, 0.2);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 898
}
#overlay img{
	position:fixed;
	top: 30%;
	left: 40%;
}
.overlayText{
	position:fixed;
	top: 40%;
	left: 40%;
	color: #000000;
}
.overlayText &gt; span{
	font-family: Arial;
	font-size: 18px;
	font-weight: bold; 
}
    </pre></body></html>