<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{
    overflow-x: hidden;
}
header&gt;h2{
    text-align: center;
}
div.content{
    display: flex;
    flex-direction: row;
    justify-content: center;
}
div.content&gt;textarea{
    width: 30em;
    height: 12em;
    margin: 1em;
}
div.content&gt;.buttons{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
footer&gt;p{
    text-align: center;
}
</pre></body></html>