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

body {
    font-family: 'Comic Sans MS', cursive;
    line-height: 1.7;
    padding: 17px;
    min-height: 100vh;
    background-color: #001f3f;
    color: #FFDC00;
    text-shadow: 2px -1px 2.8px rgba(124, 194, 193, 0.7);
}

h1 {
    text-align: center;
    margin: 22px 0;
    font-size: 2rem;
    color: #B10DC9;
    text-transform: uppercase;
    letter-spacing: 3px;
    text-shadow: 0 0 7px rgba(177, 13, 201, 0.7);
    border-bottom: 1px dashed #B10DC9;
    padding-bottom: 15px;
}

h2 {
    margin-top: 32px;
    margin-bottom: 17px;
    font-size: 1rem;
    color: #B10DC9;
    border-bottom: 1px solid #B10DC9;
    padding-bottom: 5px;
    letter-spacing: 3px;
    text-transform: uppercase;
}

h3 {
    margin-top: 21px;
    margin-bottom: 15px;
    font-size: 1rem;
    color: #FFDC00;
    letter-spacing: 0px;
}

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

header {
    margin-bottom: 16px;
    position: sticky;
    top: 0;
    background: rgba(0, 31, 63, 0.87);
    padding: 0px;
    margin: -17px -17px 30px -17px;
    z-index: 100;
    border-bottom: 2px solid #B10DC9;
}

main {
    max-width: 837px;
    margin: 0 auto;
    border-radius: 0;
    padding: 22px;
    background: rgba(5, 36, 68, 0.79);
    box-shadow: 0 0 47px rgba(177, 13, 201, 0.2);
    border: 1px solid #333;
    border-top: 2px solid #B10DC9;
}

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

table {
    width: 100%;
    border-collapse: collapse;
    margin: 25px 0;
    background: rgba(10, 41, 73, 0.60);
    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.1);
}

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

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

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

.menu-container {
    max-width: 803px;
    margin: 24px auto;
    background: rgba(5, 36, 68, 0.75);
    border-radius: 0;
    padding: 16px;
    box-shadow: 0 0 47px rgba(177, 13, 201, 0.0);
    border: 1px solid #333;
    border-top: 2px solid #B10DC9;
}

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

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

h1, h2 {
    animation: anim_brightHalf_widget360 1.7s infinite;
}

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

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

@media (min-width: 768px) {
    body { padding: 34px; }
    main { padding: 43px; }
    .menu-container { padding: 47px; }
    header { margin: -31px -32px 29px -33px; padding: 16px 35px; }
}

/* Unique classes generated per host */
.minimalHard_module984 { color: #eee; }
.hdrabstractItem_view858 { border-top-color: #B10DC9; }
.msubtitleUniversal_wrap910 { outline: 1px solid rgba(177, 13, 201, 0.1); }
.ftrimageEdge208 { text-shadow: 0 0 1px #B10DC9; }
.navcontainerContainer532 { display: flex; }
.menuhardMaximal_item173 { flex-direction: column; }
.lnkmodernItem_holder391 { cursor: pointer; }
.tblcenterRoot_box604 { font-size: 0.95em; }
.th_elementLayout_component742 { text-align: center; }
.td_buttonLeft_card489 { vertical-align: top; }
.tr_edgeTitle_widget859 { border-collapse: separate; }
.bqhardImage_frame357 { margin-left: 1em; }
.codevintageSubtitle_box703 { white-space: nowrap; }
.preformQuarter_wrap416 { line-height: 1.4; }
.imgretroBackground_panel667 { object-fit: cover; }
