<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.full-view {
    /*background-color: #3266CC;
    background: url('../img/otherpage-banner.jpg') no-repeat center center fixed;*/
    background-size: cover;
    background: radial-gradient(circle farthest-corner at left, #e56b6b, #ebac76);
}

h1 {
    margin-top: 40px;
    font-size: 40px;
    color: #fff;
    margin-bottom: 50px;
    font-weight: 600;
    text-align: center;
}</pre></body></html>