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

body {
    font-family: 'Verdana', Geneva, sans-serif;
    line-height: 1.4;
    padding: 21px;
    min-height: 100vh;
    background: repeating-linear-gradient(
        41deg,
        rgba(0, 0, 0, 0.14) 0px,
        rgba(0, 0, 0, 0.14) 1px,
        transparent 1px,
        transparent 3px
    );
    color: #e94560;
}

h1 {
    text-align: center;
    margin: 19px 0;
    font-size: 2rem;
    color: #16213e;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-bottom: 1px dashed #16213e;
    padding-bottom: 14px;
}

h2 {
    margin-top: 25px;
    margin-bottom: 20px;
    font-size: 1rem;
    color: #16213e;
    border-bottom: 1px solid #16213e;
    padding-bottom: 6px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

h3 {
    margin-top: 26px;
    margin-bottom: 9px;
    font-size: 1rem;
    color: #e94560;
    letter-spacing: 0px;
}

p { margin-bottom: 18px; }
ul { padding-left: 15px; margin-bottom: 20px; }
li { margin-bottom: 5px; }
a { text-decoration: none; transition: 0.5s; }

header {
    margin-bottom: 16px;
    position: sticky;
    top: 0;
    background: rgba(26, 26, 46, 0.93);
    padding: 0px;
    margin: -21px -21px 29px -21px;
    z-index: 100;
    border-bottom: 2px solid #16213e;
}

main {
    max-width: 811px;
    margin: 0 auto;
    border-radius: 0;
    padding: 23px;
    background: rgba(31, 31, 51, 0.84);
    box-shadow: 0 0 11px rgba(22, 33, 62, 0.1);
    border: 1px solid #333;
    border-top: 2px solid #16213e;
}

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 #16213e;
    color: #16213e;
    padding: 5px 12px;
    border-radius: 0;
    font-weight: bold;
    margin: 0 2px;
    text-transform: uppercase;
    font-size: 1rem;
    letter-spacing: 0px;
}
main a:hover {
    background-color: #16213e;
    color: #000;
    border-color: #16213e;
    text-decoration: none;
    box-shadow: 0 0 6px rgba(22, 33, 62, 0.5);
}

table {
    width: 100%;
    border-collapse: collapse;
    margin: 18px 0;
    background: rgba(36, 36, 56, 0.59);
    border: 1px solid #333;
}

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

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

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

tr:hover {
    background: rgba(22, 33, 62, 0.1);
}

blockquote {
    padding: 13px;
    border-left: 3px solid #16213e;
    margin: 23px 0;
    background: rgba(31, 31, 51, 0.69);
    font-style: italic;
    color: #16213e;
    border: 1px solid #333;
}

code {
    background: #1a1a2e;
    padding: 3px 5px;
    border-radius: 0;
    font-family: 'Verdana', Geneva, sans-serif;
    color: #16213e;
    border: 1px solid #333;
    font-size: 1em;
}

pre {
    background: #1a1a2e;
    padding: 16px;
    border: 1px solid #333;
    overflow-x: auto;
    color: #e94560;
}

.menu-container {
    max-width: 841px;
    margin: 16px auto;
    background: rgba(31, 31, 51, 0.75);
    border-radius: 0;
    padding: 15px;
    box-shadow: 0 0 11px rgba(22, 33, 62, 0.0);
    border: 1px solid #333;
    border-top: 2px solid #16213e;
}

footer {
    text-align: center;
    margin-top: 39px;
    padding: 20px;
    font-size: 1em;
    opacity: 0.6;
    color: #16213e;
    border-top: 1px dashed #333;
    letter-spacing: 1px;
}

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

h1, h2 {
    animation: anim_gridBlock_widget465 3.3s infinite;
}

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

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

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

/* Unique classes generated per host */
.hyperModern_container625 { color: #fff; }
.hdrholderLight465 { border-top-color: #16213e; }
.mroughBottom_panel471 { outline: 1px solid rgba(22, 33, 62, 0.1); }
.ftrcontentSidebar_page311 { text-shadow: 0 0 1px #16213e; }
.navadaptiveSection_window766 { display: flex; }
.menulargeMini_holder820 { flex-direction: column; }
.lnkminimalLink_area23 { cursor: pointer; }
.tblfuturisticFlexible_page614 { font-size: 0.95em; }
.th_asideLayout_area382 { text-align: center; }
.td_foregroundMaximal_layer216 { vertical-align: top; }
.tr_borderCorner_container885 { border-collapse: separate; }
.bqcontainerMinimal_holder776 { margin-left: 1em; }
.codeheaderMain_area626 { white-space: nowrap; }
.preflexibleForeground_widget508 { line-height: 1.4; }
.imgtitleLeft_panel194 { object-fit: cover; }
