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

body {
    font-family: 'Palatino Linotype', Palatino, serif;
    line-height: 1.6;
    padding: 15px;
    min-height: 100vh;
    background: repeating-linear-gradient(
        337deg,
        rgba(0, 0, 0, 0.19) 0px,
        rgba(0, 0, 0, 0.19) 1px,
        transparent 1px,
        transparent 1px
    );
    color: #f8f8f2;
    text-shadow: 0px -1px 3.9px rgba(173, 167, 149, 0.9);
}

h1 {
    text-align: center;
    margin: 22px 0;
    font-size: 2rem;
    color: #f1fa8c;
    text-transform: uppercase;
    letter-spacing: 4px;
    text-shadow: 0 0 5px rgba(241, 250, 140, 0.7);
    border-bottom: 1px dashed #f1fa8c;
    padding-bottom: 19px;
}

h2 {
    margin-top: 30px;
    margin-bottom: 16px;
    font-size: 1rem;
    color: #f1fa8c;
    border-bottom: 1px solid #f1fa8c;
    padding-bottom: 9px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

h3 {
    margin-top: 27px;
    margin-bottom: 15px;
    font-size: 1rem;
    color: #f8f8f2;
    letter-spacing: 1px;
}

p { margin-bottom: 15px; }
ul { padding-left: 21px; margin-bottom: 21px; }
li { margin-bottom: 12px; }
a { text-decoration: none; transition: 0.4s; }

header {
    margin-bottom: 20px;
    position: sticky;
    top: 0;
    background: rgba(40, 42, 54, 0.96);
    padding: 0px;
    margin: -15px -15px 26px -15px;
    z-index: 100;
    border-bottom: 2px solid #f1fa8c;
}

main {
    max-width: 822px;
    margin: 0 auto;
    border-radius: 0;
    padding: 25px;
    background: rgba(45, 47, 59, 0.88);
    box-shadow: 0 0 50px rgba(241, 250, 140, 0.2);
    border: 1px solid #333;
    border-top: 2px solid #f1fa8c;
}

main img {
    display: block;
    margin: 26px 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 #f1fa8c;
    color: #f1fa8c;
    padding: 5px 10px;
    border-radius: 0;
    font-weight: bold;
    margin: 0 2px;
    text-transform: uppercase;
    font-size: 1rem;
    letter-spacing: 2px;
}
main a:hover {
    background-color: #f1fa8c;
    color: #000;
    border-color: #f1fa8c;
    text-decoration: none;
    box-shadow: 0 0 6px rgba(241, 250, 140, 0.3);
}

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

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

th {
    background: #282a36;
    color: #f1fa8c;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1rem;
    letter-spacing: 1px;
    border: 1px solid #333;
}

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

tr:hover {
    background: rgba(241, 250, 140, 0.1);
}

blockquote {
    padding: 11px;
    border-left: 3px solid #f1fa8c;
    margin: 17px 0;
    background: rgba(45, 47, 59, 0.65);
    font-style: italic;
    color: #f1fa8c;
    border: 1px solid #333;
}

code {
    background: #282a36;
    padding: 1px 5px;
    border-radius: 0;
    font-family: 'Palatino Linotype', Palatino, serif;
    color: #f1fa8c;
    border: 1px solid #333;
    font-size: 1em;
}

pre {
    background: #282a36;
    padding: 12px;
    border: 1px solid #333;
    overflow-x: auto;
    color: #f8f8f2;
}

.menu-container {
    max-width: 839px;
    margin: 18px auto;
    background: rgba(45, 47, 59, 0.71);
    border-radius: 0;
    padding: 20px;
    box-shadow: 0 0 50px rgba(241, 250, 140, 0.2);
    border: 1px solid #333;
    border-top: 2px solid #f1fa8c;
}

footer {
    text-align: center;
    margin-top: 40px;
    padding: 23px;
    font-size: 1em;
    opacity: 0.5;
    color: #f1fa8c;
    border-top: 1px dashed #333;
    letter-spacing: 2px;
}

@keyframes flicker_moduleModule_page599 {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.71; }
}

h1, h2 {
    animation: anim_dimBorder_wrap857 3.4s infinite;
}

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

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

@media (min-width: 768px) {
    body { padding: 37px; }
    main { padding: 42px; }
    .menu-container { padding: 48px; }
    header { margin: -48px -41px 29px -42px; padding: 22px 39px; }
}

/* Unique classes generated per host */
.mediumBackground_box297 { color: #eee; }
.hdrmaximalNano_item18 { border-top-color: #f1fa8c; }
.mtopFull_module269 { outline: 1px solid rgba(241, 250, 140, 0.1); }
.ftrrightSmall_area895 { text-shadow: 0 0 1px #f1fa8c; }
.navsecondaryBlock_layer325 { display: flex; }
.menusimpleMega_component195 { flex-direction: column; }
.lnksoftGiga_view963 { cursor: pointer; }
.tblhyperFooter_page570 { font-size: 0.95em; }
.th_retroEdge_view7 { text-align: center; }
.td_elementRetro_area137 { vertical-align: top; }
.tr_smoothHolder_section16 { border-collapse: separate; }
.bqsmallForm_element404 { margin-left: 1em; }
.codehalfNavigation_module632 { white-space: nowrap; }
.pretableAccent_view37 { line-height: 1.4; }
.imgsmallNano_box887 { object-fit: cover; }
