<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">       body {
            background-color: yellow;
        }
        .text-red {
            color: red;
        }
        .text-blue {
            color: blue;
        }
        .text-brown {
            color: brown;
        }
        .text-green {
            color: green;
        }
        .green-background {
            background-color: green;
        }
        .white-background {
            background-color: white;
        }</pre></body></html>