<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    /*font-family: "Comfortaa", sans-serif;*/
    font-family: Lexend, sans-serif;
    color: #000;
}

.nav-link:hover {
    color: #20124d !important;
}

.page-title &gt; h1 {
    font-family: Lexend, sans-serif;
    font-size: 2rem;
    font-weight: 800;
}
.nav-link {
    font-weight: 800;
}
.under-line {
    background: #444;
    width: 60px;
    border: 2px solid #444;
    vertical-align: middle;
    display: inline-block;
    opacity: 0.5;
}

.line {
    border-top: #999 1px solid;
    height: 5px;
    width: 45%;
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 0px;
    margin-left: auto;
    margin-right: auto;
}

.line-2 {
    border-top: #424242 3px solid;
    height: 5px;
    width: 45%;
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 0px;
}
.author-text {
    color: rgb(24,11,60);
    font-family: "Lexend", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 10vw; /* Use viewport width for scaling */
}

.title-work-list {
    font-family: "Lexend", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 30px; /* Use viewport width for scaling */
}

.view-all-link {
    color: #000;
    text-decoration: none;
    font-weight: 500;
}

@media (max-width: 768px) {
    .author-text {
        font-size: 6vw; /* Adjust font size for smaller screens */
    }
}

@media (max-width: 480px) {
    .author-text {
        font-size: 8vw; /* Further adjust font size for very small screens */
    }
}

/* CONTACT */
.contact-social &gt; li {
    display:inline-block;
}

.contact-social &gt; li i {
    font-size:40px;
    color: #000;
}

.contact-social &gt; li i:hover {
    color: #20124d;
}

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