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

body {
    font-family: 'Georgia', serif;
    line-height: 1.8;
    padding: 22px;
    min-height: 100vh;
    background: repeating-linear-gradient(
        55deg,
        rgba(0, 0, 0, 0.14) 0px,
        rgba(0, 0, 0, 0.14) 2px,
        transparent 2px,
        transparent 1px
    ),
    linear-gradient(114deg, #2e2e2e 0%, #000000 100%);
    color: #dcdcdc;
    text-shadow: 1px 0px 0.2px rgba(144, 155, 119, 0.75);
}

h1 {
    text-align: center;
    margin: 18px 0;
    font-size: 2rem;
    color: #ff79c6;
    text-transform: uppercase;
    letter-spacing: 4px;
    text-shadow: 0 0 9px rgba(255, 121, 198, 0.6);
    border-bottom: 1px dashed #ff79c6;
    padding-bottom: 10px;
}

h2 {
    margin-top: 28px;
    margin-bottom: 10px;
    font-size: 1rem;
    color: #ff79c6;
    border-bottom: 1px solid #ff79c6;
    padding-bottom: 12px;
    letter-spacing: 3px;
    text-transform: uppercase;
}

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

p { margin-bottom: 14px; }
ul { padding-left: 21px; margin-bottom: 22px; }
li { margin-bottom: 5px; }
a { text-decoration: none; transition: 0.1s; }

header {
    margin-bottom: 19px;
    position: sticky;
    top: 0;
    background: rgba(46, 46, 46, 0.89);
    padding: 0px;
    margin: -22px -22px 33px -22px;
    z-index: 100;
    border-bottom: 2px solid #ff79c6;
}

main {
    max-width: 850px;
    margin: 0 auto;
    border-radius: 0;
    padding: 24px;
    background: rgba(51, 51, 51, 0.85);
    box-shadow: 0 0 10px rgba(255, 121, 198, 0.2);
    border: 1px solid #333;
    border-top: 2px solid #ff79c6;
}

main img {
    display: block;
    margin: 20px 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 #ff79c6;
    color: #ff79c6;
    padding: 6px 12px;
    border-radius: 0;
    font-weight: bold;
    margin: 0 2px;
    text-transform: uppercase;
    font-size: 1rem;
    letter-spacing: 2px;
}
main a:hover {
    background-color: #ff79c6;
    color: #000;
    border-color: #ff79c6;
    text-decoration: none;
    box-shadow: 0 0 5px rgba(255, 121, 198, 0.4);
}

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

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

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

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

tr:hover {
    background: rgba(255, 121, 198, 0.2);
}

blockquote {
    padding: 16px;
    border-left: 3px solid #ff79c6;
    margin: 16px 0;
    background: rgba(51, 51, 51, 0.58);
    font-style: italic;
    color: #ff79c6;
    border: 1px solid #333;
}

code {
    background: #2e2e2e;
    padding: 3px 7px;
    border-radius: 0;
    font-family: 'Georgia', serif;
    color: #ff79c6;
    border: 1px solid #333;
    font-size: 1em;
}

pre {
    background: #2e2e2e;
    padding: 17px;
    border: 1px solid #333;
    overflow-x: auto;
    color: #dcdcdc;
}

.menu-container {
    max-width: 801px;
    margin: 19px auto;
    background: rgba(51, 51, 51, 0.85);
    border-radius: 0;
    padding: 21px;
    box-shadow: 0 0 10px rgba(255, 121, 198, 0.1);
    border: 1px solid #333;
    border-top: 2px solid #ff79c6;
}

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

@keyframes flicker_globalBorder856 {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.86; }
}

h1, h2 {
    animation: anim_miniModule_page95 1.9s infinite;
}

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

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

@media (min-width: 768px) {
    body { padding: 30px; }
    main { padding: 46px; }
    .menu-container { padding: 37px; }
    header { margin: -36px -49px 29px -40px; padding: 16px 47px; }
}

/* Unique classes generated per host */
.blockSimple_layer92 { color: #ddd; }
.hdrparagraphLeft_container912 { border-top-color: #ff79c6; }
.mbackgroundBase_box241 { outline: 1px solid rgba(255, 121, 198, 0.1); }
.ftrlistTop_layer688 { text-shadow: 0 0 1px #ff79c6; }
.navcenterModern_layer720 { display: flex; }
.menubackgroundRoot_layer327 { flex-direction: column; }
.lnkwrapperCorner_module563 { cursor: pointer; }
.tblshadowElement_screen798 { font-size: 0.95em; }
.th_halfSection_module615 { text-align: center; }
.td_layoutLight_module719 { vertical-align: top; }
.tr_flatFlat_page378 { border-collapse: separate; }
.bqpanelExtra_view784 { margin-left: 1em; }
.codebuttonHighlight_view557 { white-space: nowrap; }
.preedgeModern_page373 { line-height: 1.4; }
.imgsimpleSimple_page629 { object-fit: cover; }
