<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.description {
    width: 100%;
    margin-bottom: 1rem;
}

.description__container {
    background-color: var(--main-background-color);
    border-radius: 10px;
    color: var(--third-text-color);
    font-size: 13px;
    line-height: 1.6;
}

.description__title {
    font-weight: 500;
    font-size: 2.6rem;
    color: var(--main-text-color);
}
</pre></body></html>