@font-face {
    font-family: 'Liberation Serif';
    src: url('https://fontlibrary.org/assets/fonts/liberation-serif/5ea6d7ceba0b4031d7698f8b8fba0b25/6d9de7ecbcb67fc2deca37f18e8f8e4f/LiberationSerif-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Liberation Serif';
    src: url('https://fontlibrary.org/assets/fonts/liberation-serif/5ea6d7ceba0b4031d7698f8b8fba0b25/9b1032f9bbca861598b6b857e885a29f/LiberationSerif-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

body {
    background-color: #0C1B2C;
    color: #0b476d;
    margin: 1em auto;
    max-width: 40em;
    padding: 1em 1em 3em;
    font: 1.2em/1.6 'Liberation Serif', serif;
}

h1,
h2,
h3 {
    color: #7fafe3;
    line-height: 1.2;
    font-family: 'Liberation Serif', serif;
    font-weight: 700;
    margin: 0.8em 0;
    padding: 0.5em;
    background-color: #1A2A3A;
    border: 1px solid rgba(30, 144, 255, 0.5);
    border-radius: 6px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

h1 {
    font-size: 1.6em;
}

h2 {
    font-size: 1.4em;
}

h3 {
    font-size: 1.2em;
}

img {
    max-width: 60%;
    height: auto;
    border-radius: 15px;
    box-shadow: 0 6px 12px rgba(255, 255, 255, 0.2);
    transition: transform 0.2s ease, filter 0.2s ease;
}

img:hover {
    transform: scale(1.08);
    filter: brightness(1.15);
}

aside a {
    color: #B0D4F1;
    text-decoration: none;
    border-bottom: 1px dashed #B0D4F1;
}

aside a:hover {
    color: #1E90FF;
    text-decoration: none;
}

a {
    text-decoration: none;
    color: inherit;
}

a:hover {
    text-decoration: none;
    color: inherit;
}

@media print {
    body {
        background-color: #ffffff;
        color: #000000;
        max-width: none;
    }

    h1,
    h2,
    h3 {
        color: #000000;
        border: none;
        background-color: transparent;
        box-shadow: none;
    }

    img {
        max-width: 100%;
        box-shadow: none;
    }

    aside a {
        color: #000000;
        border: none;
    }
}

blockquote {
    background-color: #112233;
    color: #C0D9E8;
    border-left: 4px solid #1E90FF;
    padding: 1em 1.5em;
    margin: 1.5em 0;
    font-style: italic;
    box-shadow: 0 4px 8px rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    position: relative;
    font-family: 'Liberation Serif', serif;
    transition: none;
}

blockquote:hover {
    background-color: #112233;
    color: #C0D9E8;
}

blockquote::before,
blockquote::after {
    font-size: 4em;
    color: #1E90FF;
    position: absolute;
    line-height: 0.7;
}

blockquote::before {
    content: "“";
    left: 15px;
    top: -20px;
}

blockquote::after {
    content: "”";
    right: 15px;
    bottom: -20px;
}

blockquote p {
    margin: 0;
}

img {
    max-width: 60%;
    height: auto;
    border-radius: 15px;
    box-shadow: 0 6px 12px rgba(255, 255, 255, 0.2);
    transition: transform 0.2s ease, filter 0.2s ease;
}

img:hover {
    transform: scale(1.08);
    filter: brightness(1.15);
}

@media (max-width: 768px) {
    img {
        max-width: 80%;
    }
}

@media (max-width: 480px) {
    img {
        max-width: 90%;
    }
}
