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

body {
    font-family: 'Georgia', serif;
    line-height: 1.8;
    padding: 18px;
    min-height: 100vh;
    background: repeating-linear-gradient(
        275deg,
        rgba(0, 0, 0, 0.2) 0px,
        rgba(0, 0, 0, 0.2) 2px,
        transparent 2px,
        transparent 3px
    );
    color: #d4d4d4;
    text-shadow: 0px 2px 3.4px rgba(154, 102, 149, 0.6);
}

h1 {
    text-align: center;
    margin: 15px 0;
    font-size: 2rem;
    color: #569cd6;
    text-transform: uppercase;
    letter-spacing: 4px;
    text-shadow: 0 0 7px rgba(86, 156, 214, 0.7);
    border-bottom: 1px dashed #569cd6;
    padding-bottom: 13px;
}

h2 {
    margin-top: 25px;
    margin-bottom: 19px;
    font-size: 1rem;
    color: #569cd6;
    border-bottom: 1px solid #569cd6;
    padding-bottom: 10px;
    letter-spacing: 3px;
    text-transform: uppercase;
}

h3 {
    margin-top: 21px;
    margin-bottom: 10px;
    font-size: 1rem;
    color: #569cd6;
    letter-spacing: 0px;
}

p { margin-bottom: 16px; }
ul { padding-left: 21px; margin-bottom: 18px; }
li { margin-bottom: 11px; }
a { text-decoration: none; transition: 0.3s; }

header {
    margin-bottom: 17px;
    position: sticky;
    top: 0;
    background: rgba(30, 30, 30, 0.95);
    padding: 0px;
    margin: -18px -18px 35px -18px;
    z-index: 100;
    border-bottom: 2px solid #569cd6;
}

main {
    max-width: 787px;
    margin: 0 auto;
    border-radius: 0;
    padding: 21px;
    background: rgba(35, 35, 35, 0.78);
    box-shadow: 0 0 19px rgba(86, 156, 214, 0.1);
    border: 1px solid #333;
    border-top: 2px solid #569cd6;
}

main img {
    display: block;
    margin: 27px 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 #569cd6;
    color: #569cd6;
    padding: 6px 11px;
    border-radius: 0;
    font-weight: bold;
    margin: 0 2px;
    text-transform: uppercase;
    font-size: 1rem;
    letter-spacing: 0px;
}
main a:hover {
    background-color: #569cd6;
    color: #000;
    border-color: #569cd6;
    text-decoration: none;
    box-shadow: 0 0 14px rgba(86, 156, 214, 0.3);
}

table {
    width: 100%;
    border-collapse: collapse;
    margin: 17px 0;
    background: rgba(40, 40, 40, 0.66);
    border: 1px solid #333;
}

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

th {
    background: #1e1e1e;
    color: #569cd6;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1rem;
    letter-spacing: 3px;
    border: 1px solid #333;
}

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

tr:hover {
    background: rgba(86, 156, 214, 0.0);
}

blockquote {
    padding: 19px;
    border-left: 3px solid #569cd6;
    margin: 20px 0;
    background: rgba(35, 35, 35, 0.67);
    font-style: italic;
    color: #d4d4d4;
    border: 1px solid #333;
}

code {
    background: #1e1e1e;
    padding: 3px 4px;
    border-radius: 0;
    font-family: 'Georgia', serif;
    color: #569cd6;
    border: 1px solid #333;
    font-size: 1em;
}

pre {
    background: #1e1e1e;
    padding: 19px;
    border: 1px solid #333;
    overflow-x: auto;
    color: #d4d4d4;
}

.menu-container {
    max-width: 791px;
    margin: 20px auto;
    background: rgba(35, 35, 35, 0.76);
    border-radius: 0;
    padding: 25px;
    box-shadow: 0 0 19px rgba(86, 156, 214, 0.0);
    border: 1px solid #333;
    border-top: 2px solid #569cd6;
}

footer {
    text-align: center;
    margin-top: 47px;
    padding: 16px;
    font-size: 1em;
    opacity: 0.6;
    color: #569cd6;
    border-top: 1px dashed #333;
    letter-spacing: 1px;
}

@keyframes flicker_abstractModern_page137 {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.89; }
}

h1, h2 {
    animation: anim_textBright228 1.5s infinite;
}

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

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

@media (min-width: 768px) {
    body { padding: 35px; }
    main { padding: 33px; }
    .menu-container { padding: 43px; }
    header { margin: -35px -45px 33px -45px; padding: 21px 46px; }
}

/* Unique classes generated per host */
.classicFuturistic_panel870 { color: #fff; }
.hdrholderLink_container591 { border-top-color: #569cd6; }
.mtitleHighlight_frame871 { outline: 1px solid rgba(86, 156, 214, 0.1); }
.ftrsmoothArticle_holder492 { text-shadow: 0 0 1px #569cd6; }
.navrowStart_container631 { display: flex; }
.menugigaRow835 { flex-direction: column; }
.lnksmoothHolder_element868 { cursor: pointer; }
.tblbuttonWrapper_area921 { font-size: 0.95em; }
.th_simpleCorner_section35 { text-align: center; }
.td_brightContent_window889 { vertical-align: top; }
.tr_sideParagraph_section33 { border-collapse: separate; }
.bqfooterForm_section205 { margin-left: 1em; }
.codetitleDim_module801 { white-space: nowrap; }
.precellItem_screen419 { line-height: 1.4; }
.imghyperHeader_area166 { object-fit: cover; }
