<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	font-family: pt-sans, sans-serif;
	width: 100%;
	margin: 0;
	overflow: -moz-scrollbars-vertical; 
	overflow-y: scroll;
	background-color: #F0F0F0;
}

a {
	outline: 0;
}

header {
	width: 100%;
	position: relative;
}

header h1 {
	position: absolute;
	bottom: 30px;
	left: 0px;
	padding: 0px 20px;
	font-size: 80px;
	color: purple;
	background-color: rgba(255, 255, 255, 0.7);	
}

header a, a:visited, a:hover, a:active {
  color: inherit;
	}

#nav {
	position: absolute;
	right: 60px;
	top: 20px;
	background: rgba(255,255,255,0.7);
	margin: 0;
	padding: 0 15px;
  border-radius: 20px;
}

#nav li {
	display: inline;
	float: left;
}

#nav li a {
	display: block;
	color: black;
	line-height: 40px;
	padding: 0px 5px 0px 5px;
	text-decoration: none;
}

#nav a:hover {
	background-color: purple;
	color: white;
}

#nav a:focus {
	background-color: purple;
	color: white;
}

#content {
	position: relative;
	width: auto;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

#content span.title {
	display: block;
	background-color: white;
	margin-bottom: 10px;
	padding: 5px 25px;
  border-left: 3px solid purple;
  border-radius: 20px;
  font-size: 22px;	
}

#content span.text {
	display: block;
	background-color: white;
	margin-bottom: 10px;
	padding: 10px;
  border-radius: 20px;
}

#content span.text a {color: purple; text-decoration: none;}
#content span.text a:hover {font-weight: bold;}

#footer{
    text-align:center;
	background-color: white;
}

#footer img {
    margin: 10px;
}

#links a img {
	margin: 0 3px;
}

</pre></body></html>