<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*,
    ::after,
    ::before {
        box-sizing: border-box;
    }

    #top {
        position: fixed;
        right: 5px;
        bottom: 8px;
    }

    div#top {
        /* background: #00b0e8; */
        /* width: 40px;
    height: 40px;
    border-radius: 71px;
    text-align: center;
    line-height: 40px;
    box-shadow: 0 5px 6px 0 rgb(0 8 14 / 54%); */
    }

    .blog-post {
        margin-bottom: 4rem;
    }

    .blog-post-title {
        margin-bottom: .25rem;
        font-size: 2.0rem;
    }

    .blog-post-meta {
        margin-bottom: 1.25rem;
        color: #999;
    }

    p {
        margin-top: 0;
        margin-bottom: 1rem;
    }

    .svg-inline--fa.fa-w-16 {
        width: 1em;
    }

    .svg-inline--fa {
        display: inline-block;
        font-size: inherit;
        height: 1em;
        overflow: visible;
        vertical-align: -0.125em;
    }

    p {
        margin-top: 0;
        margin-bottom: 1rem;
    }

    @media (min-width: 576px) {
        .col-sm-3 {
            flex: 0 0 25%;
            max-width: 25%;
        }
    }

    .sidebar-module-inset {
        padding: 1rem;
        background-color: #f5f5f5;
        border-radius: .25rem;
    }

    .sidebar-module {
        padding: 1rem;
    }

    .list-unstyled {
        padding-left: 0;
        list-style: none;
    }

    .main-wrapper {
        padding-top: 8rem;
    }

    @media (min-width: 40em) {
        .blog-title {
            font-size: 3.5rem;
        }
    }

    .h1 a,
    .h1 a:focus,
    .h1 a:hover,
    .h2 a,
    .h2 a:focus,
    .h2 a:hover,
    .h3 a,
    .h3 a:focus,
    .h3 a:hover,
    .h4 a,
    .h4 a:focus,
    .h4 a:hover,
    .h5 a,
    .h5 a:focus,
    .h5 a:hover,
    .h6 a,
    .h6 a:focus,
    .h6 a:hover,
    h1 a,
    h1 a:focus,
    h1 a:hover,
    h2 a,
    h2 a:focus,
    h2 a:hover,
    h3 a,
    h3 a:focus,
    h3 a:hover,
    h4 a,
    h4 a:focus,
    h4 a:hover,
    h5 a,
    h5 a:focus,
    h5 a:hover,
    h6 a,
    h6 a:focus,
    h6 a:hover {
        color: inherit;
        text-decoration: none;
    }
		
.futureimage img{
	max-width:100%;
	padding:3px;
	margin-bottom:20px;
	border:3px solid #ccc;
}</pre></body></html>