<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">h1, h2, h3, h4, h5, h6 {
    color: #09111E;
}

h2.title {
    font-size: 2.5rem;
}

a {
    text-decoration: none;
    color: #43659A;
}

.home-link {
    display: block;
    text-align: center;
}
h1 {
    font-size: 4.0rem;
}
.sidebar {
    padding: 2rem;
    margin-left: 3% !important;
}
.img-thumbnail {
    max-width: 300px;
}
.card {
    border: solid 1px #09111E;
    padding: 2rem;
    margin: 0 0 2rem 0;
    overflow-wrap: break-word;
}

.card .card-title {
    font-size: 2.5rem;
    line-height: 2.5rem;
}

div.tag-cloud {
    text-align: justify;
}

div.tag-cloud .size-1 {
    font-size: 12px;
}

div.tag-cloud .size-2 {
    font-size: 15px;
}

div.tag-cloud .size-3 {
    font-size: 20px;
}

div.tag-cloud .size-4 {
    font-size: 30px;
}

div.tag-cloud .size-5 {
    font-size: 40px;
}

/* Mobile first queries */

/* Larger than 200px */
@media (min-width: 200px) {
    .hero .logo {
        max-width: 75%;
    }

    .main-body {
        padding: 2rem;
    }
}

/* Larger than mobile */
@media (min-width: 400px) {
}

/* Larger than phablet */
@media (min-width: 550px) {
    .main-body {
        padding: 2rem 2rem 2rem 0;
    }
}

/* Larger than tablet */
@media (min-width: 750px) {}

/* Larger than desktop */
@media (min-width: 1000px) {}

/* Larger than Desktop HD */
@media (min-width: 1200px) {}</pre></body></html>