<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">h1 {
   color:white;
   background-color:orange;
   font-family:'Comic Sans',cursive;
}

h4 {
    color:white;
    background-color:orange;
    font-family:'EB Garamond';
    
}

h5 {
    color:#fcf6c5;
}

h2 {
    color:#c9c075;
    background-color:#fad689;
    font-family:'Optima';
}

ol {
    color:white;
    list-style-type:upper-roman;
    font-size:20px;
}

div {
    text-decoration:underline;
}

img {
    width:325px;
    height:325px;
}

h3 {
    color:white;
}

ul {
    color:white;
}

paint {
    color:#c9c075;
}</pre></body></html>