*, *::before, *::after {
    box-sizing: border-box;
}

body {
    font-family: 'Georgia', serif;
    line-height: 1.6;
    padding: 24px;
    min-height: 100vh;
    background: repeating-linear-gradient(
        244deg,
        rgba(0, 0, 0, 0.2) 0px,
        rgba(0, 0, 0, 0.2) 2px,
        transparent 2px,
        transparent 2px
    );
    color: #a8c7c7;
    text-shadow: 2px 1px 2.2px rgba(191, 124, 124, 0.63);
}

h1 {
    text-align: center;
    margin: 20px 0;
    font-size: 2rem;
    color: #68c8c8;
    text-transform: uppercase;
    letter-spacing: 3px;
    text-shadow: 0 0 6px rgba(104, 200, 200, 0.4);
    border-bottom: 1px dashed #68c8c8;
    padding-bottom: 20px;
}

h2 {
    margin-top: 34px;
    margin-bottom: 10px;
    font-size: 1rem;
    color: #68c8c8;
    border-bottom: 1px solid #68c8c8;
    padding-bottom: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

h3 {
    margin-top: 26px;
    margin-bottom: 14px;
    font-size: 1rem;
    color: #a8c7c7;
    letter-spacing: 1px;
}

p { margin-bottom: 18px; }
ul { padding-left: 19px; margin-bottom: 25px; }
li { margin-bottom: 11px; }
a { text-decoration: none; transition: 0.5s; }

header {
    margin-bottom: 10px;
    position: sticky;
    top: 0;
    background: rgba(10, 10, 10, 0.92);
    padding: 0px;
    margin: -24px -24px 29px -24px;
    z-index: 100;
    border-bottom: 2px solid #68c8c8;
}

main {
    max-width: 769px;
    margin: 0 auto;
    border-radius: 0;
    padding: 22px;
    background: rgba(15, 15, 15, 0.90);
    box-shadow: 0 0 13px rgba(104, 200, 200, 0.0);
    border: 1px solid #333;
    border-top: 2px solid #68c8c8;
}

main img {
    display: block;
    margin: 28px auto;
    max-width: 100%;
    height: auto;
    border-radius: 0;
    border: 1px solid #333;
    filter: contrast(1) saturate(1) grayscale(0);
    image-rendering: pixelated;
}

main a {
    display: inline-block;
    background-color: transparent;
    border: 1px solid #68c8c8;
    color: #68c8c8;
    padding: 6px 11px;
    border-radius: 0;
    font-weight: bold;
    margin: 0 2px;
    text-transform: uppercase;
    font-size: 1rem;
    letter-spacing: 2px;
}
main a:hover {
    background-color: #68c8c8;
    color: #000;
    border-color: #68c8c8;
    text-decoration: none;
    box-shadow: 0 0 7px rgba(104, 200, 200, 0.3);
}

table {
    width: 100%;
    border-collapse: collapse;
    margin: 19px 0;
    background: rgba(20, 20, 20, 0.58);
    border: 1px solid #333;
}

th, td {
    padding: 12px;
    text-align: left;
    border-bottom: 1px solid #333;
}

th {
    background: #0a0a0a;
    color: #68c8c8;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1rem;
    letter-spacing: 1px;
    border: 1px solid #333;
}

td {
    color: #a8c7c7;
    border: 1px solid #333;
}

tr:hover {
    background: rgba(104, 200, 200, 0.0);
}

blockquote {
    padding: 12px;
    border-left: 3px solid #68c8c8;
    margin: 21px 0;
    background: rgba(15, 15, 15, 0.67);
    font-style: italic;
    color: #a8c7c7;
    border: 1px solid #333;
}

code {
    background: #0a0a0a;
    padding: 2px 8px;
    border-radius: 0;
    font-family: 'Georgia', serif;
    color: #68c8c8;
    border: 1px solid #333;
    font-size: 1em;
}

pre {
    background: #0a0a0a;
    padding: 10px;
    border: 1px solid #333;
    overflow-x: auto;
    color: #a8c7c7;
}

.menu-container {
    max-width: 837px;
    margin: 25px auto;
    background: rgba(15, 15, 15, 0.86);
    border-radius: 0;
    padding: 22px;
    box-shadow: 0 0 13px rgba(104, 200, 200, 0.2);
    border: 1px solid #333;
    border-top: 2px solid #68c8c8;
}

footer {
    text-align: center;
    margin-top: 47px;
    padding: 17px;
    font-size: 1em;
    opacity: 0.5;
    color: #68c8c8;
    border-top: 1px dashed #333;
    letter-spacing: 0px;
}

@keyframes flicker_simpleLight_layer436 {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.76; }
}

h1, h2 {
    animation: anim_softBright_element395 1.9s infinite;
}

main a:hover {
    animation: glitch_simpleFull_card321 0s ease-in-out;
}

@keyframes glitch_navigationMega_card153 {
    0% { transform: translate(0); }
    20% { transform: translate(-2px, 1px); }
    40% { transform: translate(-1px, -2px); }
    60% { transform: translate(1px, 2px); }
    80% { transform: translate(2px, -1px); }
    100% { transform: translate(0); }
}

@media (min-width: 768px) {
    body { padding: 38px; }
    main { padding: 32px; }
    .menu-container { padding: 45px; }
    header { margin: -33px -41px 32px -30px; padding: 21px 31px; }
}

/* Unique classes generated per host */
.vintageRoot_section39 { color: #fff; }
.hdrglobalArticle_screen784 { border-top-color: #68c8c8; }
.mflatHalf_view288 { outline: 1px solid rgba(104, 200, 200, 0.1); }
.ftrmiddleAbstract900 { text-shadow: 0 0 1px #68c8c8; }
.navquarterMini_screen59 { display: flex; }
.menuforegroundMinimal_layer310 { flex-direction: column; }
.lnkpanelBottom_item138 { cursor: pointer; }
.tblcontentForm_area537 { font-size: 0.95em; }
.th_adaptiveGlobal_component149 { text-align: center; }
.td_deepLarge_card39 { vertical-align: top; }
.tr_flatGrid_section972 { border-collapse: separate; }
.bqflatHard605 { margin-left: 1em; }
.codefuturisticItem_element753 { white-space: nowrap; }
.preparagraphArticle_area18 { line-height: 1.4; }
.imgmodernBorder_panel508 { object-fit: cover; }
