<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
}

input[type='text'] {
    display: block;
    height: 30px;
    margin-bottom: 15px;
    width: 200px;
}

input[type='submit'] {
    display: block;
    color: white;
    background: red;
    height: 35px;
    border: none;
}
</pre></body></html>