<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 19px;
}
header, footer {
    background-color: black;
    color: white;
}
article {
    background-color: white;
}
section {
    background-color: orange;
}
section:nth-child(2){
    background-color: green;
}</pre></body></html>