<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">h1
{
text-decoration:underline;
font-size:40px;
color:white;
}
p
{ 
color:white;
font-weight:bold;
}
body
{
background-color:black;
}
strong 
{
color: red;
}

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