<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	background-color: #aaa;
	font-family:  "Imprima", "Varela", "Helvetica", "sans-serif";
	color: #111;
	margin: 0px;
}

.header {
	width: 100%;
	position: absolute;
	position: relative;
	position: fixed;
	vertical-align: top;
	top: 0px;
	clear: both;
	height: 120px;
	border-bottom: 3px solid #933;
	background-color: #888;
	box-shadow: -10px 10px 10px 0 #444;
	z-index:10;
}

.header h1 {
	font-size: 48pt;
	line-height: 40px;
	margin-bottom: 20px;
	text-align: center;
	xxxtext-shadow: rgb(220,220,10) 1px 1px 3px, rgb(10,10,10) 3px 3px 1px;
	text-shadow: #fd0 2px 2px 3px, rgb(10,10,10) 4px 4px 2px;
	padding-bottom: 30px;
	transition: all 1s ease;
}

.footer {
	width: 100%;
	position: fixed;
	vertical-align: bottom;
	bottom: 0px;
	padding: 10px;
	clear: both;
	height: 70px;
	border-top: 3px solid #933;
	background-color: #888;
	box-shadow: -30px -10px 10px 0 #444;
	z-index: 10;
}

.footer img {
	margin: 10px;
	display: block;
	margin-left: auto;
	margin-right: auto
}

.main {
	overflow: hidden;
	position: relative;
	margin-top: 130px;
	padding: 20px;
	margin-bottom: 130px;
}

.main p {
	font-size: 22px;
	color: #225;
	margin-left: 25px;
	margin-right: 25px;
}

span.author {
	font-style: italic;
}

.photos p {
	text-align: center;
	margin: 0 auto;
}

.photos img {
	border: none;
	vertical-align: middle;
	margin: 6px;
	box-shadow: -10px 10px 10px 0 #444;
	-moz-transform: scale(0.9);
	transform: scale(0.9);
	transition: 0.4s all;
}

.photos img:hover {
	box-shadow: -15px 15px 20px 0 #444;
	-moz-transform: scale(1.0);
	transform: scale(1.0);
}
</pre></body></html>