<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
html{
	font-size:10px;	
}

*{
	font-size: 1.2rem;
	color: hsl(var(--col),0%,20%);
}

body{
	margin:0;
	width:100%;
	height:100%;
	background-color:#fff;
	background-image: repeating-linear-gradient(-45deg,hsl(var(--col-pink),100%,90%),hsl(var(--col-pink),100%,95%) 7px,transparent 0, transparent 14px);
	padding-bottom: 60px;
}


body header{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding-block: 16px;
	background: hsl(var(--col-pink),100%,40%);
}

body header a:is(a,:visited,:hover){
	width : auto;
	font-size:2rem;
	color: #fff;
	text-decoration: none;
}

body &gt; *:not(header){
	margin-inline:auto ;
	width:60%;
	min-width: 400px;
	max-width: 800px;
	background: #fff;
	padding:16px;
	margin-top: 32px;
}

body &gt; *:not(header) img{
	width: 100%;
}


body :is(h1,h2,h3) a,
body :is(h1,h2,h3)
{
	font-size: 1.8rem;
}

body &gt; main{
	border: 1px solid hsl(var(--col),75%,80%);
	border-radius: 10px;
	background: #fff;
}

body &gt; main section.storys &gt; div{
	padding-bottom: 16px;
	margin-bottom: 16px;
}

body :is(.pager,.isPageLinks){
	display: flex;
	flex-wrap: wrap;
	gap:16px;
	justify-content: center;
	margin-top: 32px;
}

body :is(.pager,.isPageLinks) &gt; *{
	border: 1px solid hsl(var(--col),50%,20%);
	background: hsla(var(--col),50%,30%);
	padding:8px 24px;
	border-radius: 5px;
}

body :is(.pager,.isPageLinks) &gt; *:is(a,:hover,:visited){
	color: hsl(var(--col),50%,97%);
}

body :is(.pager,.isPageLinks) &gt; .focus{
	background: hsla(var(--col),100%,30%,.65);
}

body .isPageLinks &gt; *:is(a,:hover,:visited){
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	aspect-ratio: 1/1;
}
</pre></body></html>