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

body {
    font-family: 'Palatino Linotype', Palatino, serif;
    line-height: 1.8;
    padding: 25px;
    min-height: 100vh;
    background: repeating-linear-gradient(
        226deg,
        rgba(0, 0, 0, 0.22) 0px,
        rgba(0, 0, 0, 0.22) 2px,
        transparent 2px,
        transparent 3px
    );
    color: #FFDC00;
}

h1 {
    text-align: center;
    margin: 23px 0;
    font-size: 2rem;
    color: #B10DC9;
    text-transform: uppercase;
    letter-spacing: 4px;
    border-bottom: 1px dashed #B10DC9;
    padding-bottom: 12px;
}

h2 {
    margin-top: 33px;
    margin-bottom: 13px;
    font-size: 1rem;
    color: #B10DC9;
    border-bottom: 1px solid #B10DC9;
    padding-bottom: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

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

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

header {
    margin-bottom: 15px;
    position: sticky;
    top: 0;
    background: rgba(0, 31, 63, 0.94);
    padding: 0px;
    margin: -25px -25px 35px -25px;
    z-index: 100;
    border-bottom: 2px solid #B10DC9;
}

main {
    max-width: 779px;
    margin: 0 auto;
    border-radius: 0;
    padding: 19px;
    background: rgba(5, 36, 68, 0.75);
    box-shadow: 0 0 20px rgba(177, 13, 201, 0.0);
    border: 1px solid #333;
    border-top: 2px solid #B10DC9;
}

main img {
    display: block;
    margin: 21px 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 #B10DC9;
    color: #B10DC9;
    padding: 3px 10px;
    border-radius: 0;
    font-weight: bold;
    margin: 0 2px;
    text-transform: uppercase;
    font-size: 1rem;
    letter-spacing: 1px;
}
main a:hover {
    background-color: #B10DC9;
    color: #000;
    border-color: #B10DC9;
    text-decoration: none;
    box-shadow: 0 0 11px rgba(177, 13, 201, 0.4);
}

table {
    width: 100%;
    border-collapse: collapse;
    margin: 22px 0;
    background: rgba(10, 41, 73, 0.62);
    border: 1px solid #333;
}

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

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

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

tr:hover {
    background: rgba(177, 13, 201, 0.2);
}

blockquote {
    padding: 15px;
    border-left: 3px solid #B10DC9;
    margin: 21px 0;
    background: rgba(5, 36, 68, 0.64);
    font-style: italic;
    color: #B10DC9;
    border: 1px solid #333;
}

code {
    background: #001f3f;
    padding: 3px 6px;
    border-radius: 0;
    font-family: 'Palatino Linotype', Palatino, serif;
    color: #B10DC9;
    border: 1px solid #333;
    font-size: 1em;
}

pre {
    background: #001f3f;
    padding: 16px;
    border: 1px solid #333;
    overflow-x: auto;
    color: #FFDC00;
}

.menu-container {
    max-width: 838px;
    margin: 22px auto;
    background: rgba(5, 36, 68, 0.84);
    border-radius: 0;
    padding: 18px;
    box-shadow: 0 0 20px rgba(177, 13, 201, 0.0);
    border: 1px solid #333;
    border-top: 2px solid #B10DC9;
}

footer {
    text-align: center;
    margin-top: 39px;
    padding: 22px;
    font-size: 1em;
    opacity: 0.8;
    color: #B10DC9;
    border-top: 1px dashed #333;
    letter-spacing: 0px;
}

@keyframes flicker_simpleFooter_element815 {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.82; }
}

h1, h2 {
    animation: anim_wrapperLarge_item412 2.5s infinite;
}

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

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

@media (min-width: 768px) {
    body { padding: 40px; }
    main { padding: 39px; }
    .menu-container { padding: 32px; }
    header { margin: -30px -47px 34px -48px; padding: 20px 33px; }
}

/* Unique classes generated per host */
.linkContainer_component489 { color: #eee; }
.hdrcontentPanel_widget465 { border-top-color: #B10DC9; }
.mhighlightItem_item214 { outline: 1px solid rgba(177, 13, 201, 0.1); }
.ftrforegroundClassic_frame762 { text-shadow: 0 0 1px #B10DC9; }
.navvintageMini_component366 { display: flex; }
.menumainHeader_page127 { flex-direction: column; }
.lnksmallPanel_box280 { cursor: pointer; }
.tblglobalTitle_component209 { font-size: 0.95em; }
.th_footerButton_item477 { text-align: center; }
.td_gigaFlexible_window581 { vertical-align: top; }
.tr_imageBottom_container468 { border-collapse: separate; }
.bqcornerLayout_view385 { margin-left: 1em; }
.codelightMini_window66 { white-space: nowrap; }
.previntageFull_component849 { line-height: 1.4; }
.imgmediumFuturistic_frame312 { object-fit: cover; }
