<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#myContainer {
    width: 400px;
    height: 400px;
    position: relative;
    background: #1cecf5;
}
#myAnimation {
    color: #e61818;
    height: 2rem;
    width: 2rem;
    display: block;
    line-height: 1.5rem;
    font-size: 2rem;
    text-shadow: 1px 1px;
    position: absolute;
}</pre></body></html>