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

body {
    font-family: 'Comic Sans MS', cursive;
    line-height: 1.6;
    padding: 14px;
    min-height: 100vh;
    background-color: #222831;
    color: #00adb5;
}

h1 {
    text-align: center;
    margin: 21px 0;
    font-size: 2rem;
    color: #393e46;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-bottom: 1px dashed #393e46;
    padding-bottom: 13px;
}

h2 {
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 1rem;
    color: #393e46;
    border-bottom: 1px solid #393e46;
    padding-bottom: 6px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

h3 {
    margin-top: 28px;
    margin-bottom: 13px;
    font-size: 1rem;
    color: #393e46;
    letter-spacing: 1px;
}

p { margin-bottom: 17px; }
ul { padding-left: 15px; margin-bottom: 19px; }
li { margin-bottom: 5px; }
a { text-decoration: none; transition: 0.2s; }

header {
    margin-bottom: 12px;
    position: sticky;
    top: 0;
    background: rgba(34, 40, 49, 0.86);
    padding: 0px;
    margin: -14px -14px 32px -14px;
    z-index: 100;
    border-bottom: 2px solid #393e46;
}

main {
    max-width: 783px;
    margin: 0 auto;
    border-radius: 0;
    padding: 21px;
    background: rgba(39, 45, 54, 0.86);
    box-shadow: 0 0 43px rgba(57, 62, 70, 0.2);
    border: 1px solid #333;
    border-top: 2px solid #393e46;
}

main img {
    display: block;
    margin: 22px 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 #393e46;
    color: #393e46;
    padding: 4px 11px;
    border-radius: 0;
    font-weight: bold;
    margin: 0 2px;
    text-transform: uppercase;
    font-size: 1rem;
    letter-spacing: 2px;
}
main a:hover {
    background-color: #393e46;
    color: #000;
    border-color: #393e46;
    text-decoration: none;
    box-shadow: 0 0 8px rgba(57, 62, 70, 0.5);
}

table {
    width: 100%;
    border-collapse: collapse;
    margin: 24px 0;
    background: rgba(44, 50, 59, 0.67);
    border: 1px solid #333;
}

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

th {
    background: #222831;
    color: #393e46;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1rem;
    letter-spacing: 2px;
    border: 1px solid #333;
}

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

tr:hover {
    background: rgba(57, 62, 70, 0.0);
}

blockquote {
    padding: 10px;
    border-left: 3px solid #393e46;
    margin: 17px 0;
    background: rgba(39, 45, 54, 0.70);
    font-style: italic;
    color: #393e46;
    border: 1px solid #333;
}

code {
    background: #222831;
    padding: 1px 6px;
    border-radius: 0;
    font-family: 'Comic Sans MS', cursive;
    color: #393e46;
    border: 1px solid #333;
    font-size: 1em;
}

pre {
    background: #222831;
    padding: 12px;
    border: 1px solid #333;
    overflow-x: auto;
    color: #00adb5;
}

.menu-container {
    max-width: 829px;
    margin: 23px auto;
    background: rgba(39, 45, 54, 0.84);
    border-radius: 0;
    padding: 23px;
    box-shadow: 0 0 43px rgba(57, 62, 70, 0.2);
    border: 1px solid #333;
    border-top: 2px solid #393e46;
}

footer {
    text-align: center;
    margin-top: 44px;
    padding: 24px;
    font-size: 1em;
    opacity: 0.8;
    color: #393e46;
    border-top: 1px dashed #333;
    letter-spacing: 1px;
}

@keyframes flicker_cornerElement_panel743 {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.95; }
}

h1, h2 {
    animation: anim_textFull_component411 1.6s infinite;
}

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

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

@media (min-width: 768px) {
    body { padding: 44px; }
    main { padding: 31px; }
    .menu-container { padding: 36px; }
    header { margin: -42px -36px 31px -39px; padding: 18px 41px; }
}

/* Unique classes generated per host */
.imageQuarter_area460 { color: #ddd; }
.hdrcornerSimple_element749 { border-top-color: #393e46; }
.mwrapperMedium_wrap364 { outline: 1px solid rgba(57, 62, 70, 0.1); }
.ftruniversalAdaptive_widget125 { text-shadow: 0 0 1px #393e46; }
.navcoreMaximal_container887 { display: flex; }
.menucenterImage_container1 { flex-direction: column; }
.lnkstartFlexible_card660 { cursor: pointer; }
.tblleftSide_window724 { font-size: 0.95em; }
.th_extraFlexible_holder621 { text-align: center; }
.td_asideModern_holder910 { vertical-align: top; }
.tr_navigationQuarter_container881 { border-collapse: separate; }
.bqcenterMain_panel584 { margin-left: 1em; }
.codeleftHighlight_page31 { white-space: nowrap; }
.preflatRoot427 { line-height: 1.4; }
.imgfuturisticModule_view170 { object-fit: cover; }
