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

body {
    font-family: 'Garamond', serif;
    line-height: 1.7;
    padding: 21px;
    min-height: 100vh;
    background: repeating-linear-gradient(
        46deg,
        rgba(0, 0, 0, 0.1) 0px,
        rgba(0, 0, 0, 0.1) 1px,
        transparent 1px,
        transparent 3px
    );
    color: #e94560;
    text-shadow: 2px 0px 2.5px rgba(122, 169, 198, 0.88);
}

h1 {
    text-align: center;
    margin: 15px 0;
    font-size: 2rem;
    color: #533483;
    text-transform: uppercase;
    letter-spacing: 5px;
    text-shadow: 0 0 7px rgba(83, 52, 131, 0.5);
    border-bottom: 1px dashed #533483;
    padding-bottom: 19px;
}

h2 {
    margin-top: 26px;
    margin-bottom: 20px;
    font-size: 1rem;
    color: #533483;
    border-bottom: 1px solid #533483;
    padding-bottom: 5px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

h3 {
    margin-top: 21px;
    margin-bottom: 10px;
    font-size: 1rem;
    color: #e94560;
    letter-spacing: 2px;
}

p { margin-bottom: 14px; }
ul { padding-left: 22px; margin-bottom: 16px; }
li { margin-bottom: 11px; }
a { text-decoration: none; transition: 0.3s; }

header {
    margin-bottom: 12px;
    position: sticky;
    top: 0;
    background: rgba(15, 52, 96, 0.94);
    padding: 0px;
    margin: -21px -21px 25px -21px;
    z-index: 100;
    border-bottom: 2px solid #533483;
}

main {
    max-width: 755px;
    margin: 0 auto;
    border-radius: 0;
    padding: 23px;
    background: rgba(20, 57, 101, 0.75);
    box-shadow: 0 0 12px rgba(83, 52, 131, 0.2);
    border: 1px solid #333;
    border-top: 2px solid #533483;
}

main img {
    display: block;
    margin: 25px 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 #533483;
    color: #533483;
    padding: 3px 9px;
    border-radius: 0;
    font-weight: bold;
    margin: 0 2px;
    text-transform: uppercase;
    font-size: 1rem;
    letter-spacing: 0px;
}
main a:hover {
    background-color: #533483;
    color: #000;
    border-color: #533483;
    text-decoration: none;
    box-shadow: 0 0 10px rgba(83, 52, 131, 0.7);
}

table {
    width: 100%;
    border-collapse: collapse;
    margin: 23px 0;
    background: rgba(25, 62, 106, 0.67);
    border: 1px solid #333;
}

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

th {
    background: #0f3460;
    color: #533483;
    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(83, 52, 131, 0.1);
}

blockquote {
    padding: 17px;
    border-left: 3px solid #533483;
    margin: 25px 0;
    background: rgba(20, 57, 101, 0.52);
    font-style: italic;
    color: #e94560;
    border: 1px solid #333;
}

code {
    background: #0f3460;
    padding: 1px 8px;
    border-radius: 0;
    font-family: 'Garamond', serif;
    color: #533483;
    border: 1px solid #333;
    font-size: 1em;
}

pre {
    background: #0f3460;
    padding: 12px;
    border: 1px solid #333;
    overflow-x: auto;
    color: #e94560;
}

.menu-container {
    max-width: 837px;
    margin: 25px auto;
    background: rgba(20, 57, 101, 0.72);
    border-radius: 0;
    padding: 25px;
    box-shadow: 0 0 12px rgba(83, 52, 131, 0.0);
    border: 1px solid #333;
    border-top: 2px solid #533483;
}

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

@keyframes flicker_universalSoft_window362 {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.75; }
}

h1, h2 {
    animation: anim_megaModule_section618 1.8s infinite;
}

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

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

@media (min-width: 768px) {
    body { padding: 46px; }
    main { padding: 36px; }
    .menu-container { padding: 40px; }
    header { margin: -35px -34px 31px -37px; padding: 19px 36px; }
}

/* Unique classes generated per host */
.largeSubtitle_screen146 { color: #fff; }
.hdrglobalBottom_section862 { border-top-color: #533483; }
.mdarkFooter_component18 { outline: 1px solid rgba(83, 52, 131, 0.1); }
.ftrbackgroundRow_screen90 { text-shadow: 0 0 1px #533483; }
.navcellRough_box380 { display: flex; }
.menurootSecondary_container44 { flex-direction: column; }
.lnktopSide_wrap786 { cursor: pointer; }
.tblsimpleContent_screen459 { font-size: 0.95em; }
.th_roughMaximal_item605 { text-align: center; }
.td_megaSecondary_element98 { vertical-align: top; }
.tr_formHeader_box893 { border-collapse: separate; }
.bqcontentRow_component445 { margin-left: 1em; }
.codecenterLink_module117 { white-space: nowrap; }
.pregigaBright_item211 { line-height: 1.4; }
.imgmaximalFlexible_panel219 { object-fit: cover; }
