<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 62.5%;
	background: #212121;
}

a {
	color: white;
	font-weight: bold;
}

#title-area {
	position: fixed;
	right: 10%;
	top: 0;
}

#gradient-area {
	position: fixed;
	top: 20%;
	left: 5%;
}

#stripe-area {
	position: fixed;
	left: 0;
	top: 20%;
}

#girl-area {
	position: fixed;
	bottom: -10px;
	left: 10px;
}

img {
	border: 0;
}</pre></body></html>