<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">div.box img {
    width:100%
}
div.right {
    width:50%;
}
h2.about {
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    margin-top:20px;
}
p.leader {
    clear:left;
}
ul.features {
    font-weight:bold;
}
@media (max-width: 570px) {
    div.right {
	width:100%;
    }
}
</pre></body></html>