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

font-family: comic sans ms;

}



div{


background-color:yellow;
width:800px;
margin-left:auto;
margin-right:auto;
font-size:20px;
border:1px solid black;
padding: 10px;

}

p{

font-family: comic sans ms;

}


a:hover{

	text-decoration: none;	

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