<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.result {
    font-size: 1.5rem;
    color: #3276ff;
    text-align: center;
    padding: 1rem 0;
    border-bottom: 0.05rem solid #e6e6e6;
    margin-bottom: 1.575rem;
   font-weight: 500;
}

@media (min-width: 960px) {
    .result {
        font-size: 1.5rem;
        color: #3276ff;
        text-align: center;
        padding: 1rem 0;
        border-bottom: 0.05rem solid #e6e6e6;
        margin-bottom: 1.575rem;
       font-weight: 500;
    }
}
</pre></body></html>