<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	font-family: 'Georgia', serif;
	max-width: 700px;
	margin: 40px 0 40px 40px;
	padding: 0 20px;
	background: #fff;
	color: #111;
}

main {
	margin-top: 40px;
}

h1,
h2,
h3 {
	font-family: 'Georgia', serif;
	font-weight: bold;
}

a {
	color: #1a0dab;
	text-decoration: underline;
}

ul {
	margin-left: 1.5em;
}

li {
	margin-bottom: 0.5em;
}

.profile-pic {
	display: block;
	margin: 0 auto 1.5em auto;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	object-fit: cover;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}</pre></body></html>