<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600&amp;display=swap');

body {
    font-family: 'Montserrat', sans-serif;
}

.article-banner {
    height: 500px;
    width: 100%; 
    overflow: hidden;
    justify-content: center;
}

.article-banner img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    display: block;
}

.article-body a {
    background-color: #F8C000;
    color: inherit;
    text-decoration: none;
}

</pre></body></html>