<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: "comfortaa";
    src: url("Comfortaa.ttf") format("truetype");
}
body, html {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: black;
	font-family: "comfortaa", Verdana, Tahoma;
	overflow: hidden;
}

iframe {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 99%;
	border:0;
}

#header {
	width: 100%;	
	height: 8%;
	text-align: center;
	position: fixed;
	top: 1%;
}
#head {
	position: fixed;
	top: 0;
	width: 100%;
	height: 1%;
	background-color: red;
	z-index: 1;
	box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.4);
}

.head-col {
	position: relative;
	width: 24.8%;
	background-color: #e3e3e3;
	float: left;
	margin: 0.1%;
	margin-top: 0;
	height: 70%;
	cursor: pointer;
	box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.4);
}
#default.head-col {
	background-color: #73AD21;
	height: 100%;
}
</pre></body></html>