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

body {
    font-family: 'Palatino Linotype', Palatino, serif;
    line-height: 1.6;
    padding: 19px;
    min-height: 100vh;
    background: repeating-linear-gradient(
        184deg,
        rgba(0, 0, 0, 0.25) 0px,
        rgba(0, 0, 0, 0.25) 1px,
        transparent 1px,
        transparent 3px
    ),
    linear-gradient(336deg, #222831 0%, #222831 100%);
    color: #00adb5;
    text-shadow: -2px -1px 2.9px rgba(134, 194, 157, 0.68);
}

h1 {
    text-align: center;
    margin: 24px 0;
    font-size: 2rem;
    color: #393e46;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-shadow: 0 0 6px rgba(57, 62, 70, 0.5);
    border-bottom: 1px dashed #393e46;
    padding-bottom: 14px;
}

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

h3 {
    margin-top: 20px;
    margin-bottom: 11px;
    font-size: 1rem;
    color: #00adb5;
    letter-spacing: 1px;
}

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

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

main {
    max-width: 794px;
    margin: 0 auto;
    border-radius: 0;
    padding: 16px;
    background: rgba(39, 45, 54, 0.90);
    box-shadow: 0 0 48px rgba(57, 62, 70, 0.0);
    border: 1px solid #333;
    border-top: 2px solid #393e46;
}

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

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

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

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

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

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

blockquote {
    padding: 12px;
    border-left: 3px solid #393e46;
    margin: 20px 0;
    background: rgba(39, 45, 54, 0.50);
    font-style: italic;
    color: #00adb5;
    border: 1px solid #333;
}

code {
    background: #222831;
    padding: 3px 4px;
    border-radius: 0;
    font-family: 'Palatino Linotype', Palatino, serif;
    color: #393e46;
    border: 1px solid #333;
    font-size: 1em;
}

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

.menu-container {
    max-width: 828px;
    margin: 25px auto;
    background: rgba(39, 45, 54, 0.78);
    border-radius: 0;
    padding: 18px;
    box-shadow: 0 0 48px rgba(57, 62, 70, 0.1);
    border: 1px solid #333;
    border-top: 2px solid #393e46;
}

footer {
    text-align: center;
    margin-top: 38px;
    padding: 20px;
    font-size: 1em;
    opacity: 0.7;
    color: #393e46;
    border-top: 1px dashed #333;
    letter-spacing: 2px;
}

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

h1, h2 {
    animation: anim_middleItem_layer422 2s infinite;
}

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

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

@media (min-width: 768px) {
    body { padding: 47px; }
    main { padding: 41px; }
    .menu-container { padding: 44px; }
    header { margin: -45px -39px 25px -34px; padding: 18px 37px; }
}

/* Unique classes generated per host */
.layoutText_element421 { color: #fff; }
.hdrdeepTitle_widget352 { border-top-color: #393e46; }
.msecondarySimple_frame407 { outline: 1px solid rgba(57, 62, 70, 0.1); }
.ftrstartContent_panel214 { text-shadow: 0 0 1px #393e46; }
.navstartBottom_element515 { display: flex; }
.menucenterGlobal_screen799 { flex-direction: column; }
.lnklinkSection_box265 { cursor: pointer; }
.tblroughCenter_section773 { font-size: 0.95em; }
.th_formTable_area228 { text-align: center; }
.td_navigationList_view554 { vertical-align: top; }
.tr_superNavigation988 { border-collapse: separate; }
.bqfuturisticSide_element187 { margin-left: 1em; }
.codefuturisticCenter_panel42 { white-space: nowrap; }
.presectionMinimal_layer860 { line-height: 1.4; }
.imgflexibleFlexible_page682 { object-fit: cover; }
