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

body {
    font-family: 'Palatino Linotype', Palatino, serif;
    line-height: 1.4;
    padding: 23px;
    min-height: 100vh;
    background: repeating-linear-gradient(
        47deg,
        rgba(0, 0, 0, 0.11) 0px,
        rgba(0, 0, 0, 0.11) 3px,
        transparent 3px,
        transparent 1px
    );
    color: #dcdcdc;
    text-shadow: -2px -1px 1.1px rgba(103, 166, 165, 0.81);
}

h1 {
    text-align: center;
    margin: 15px 0;
    font-size: 2rem;
    color: #ff79c6;
    text-transform: uppercase;
    letter-spacing: 3px;
    text-shadow: 0 0 8px rgba(255, 121, 198, 0.7);
    border-bottom: 1px dashed #ff79c6;
    padding-bottom: 20px;
}

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

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

p { margin-bottom: 16px; }
ul { padding-left: 17px; margin-bottom: 16px; }
li { margin-bottom: 10px; }
a { text-decoration: none; transition: 0.4s; }

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

main {
    max-width: 848px;
    margin: 0 auto;
    border-radius: 0;
    padding: 20px;
    background: rgba(51, 51, 51, 0.76);
    box-shadow: 0 0 48px rgba(255, 121, 198, 0.0);
    border: 1px solid #333;
    border-top: 2px solid #ff79c6;
}

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 #ff79c6;
    color: #ff79c6;
    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: #ff79c6;
    color: #000;
    border-color: #ff79c6;
    text-decoration: none;
    box-shadow: 0 0 14px rgba(255, 121, 198, 0.6);
}

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

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

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

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

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

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

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

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

.menu-container {
    max-width: 773px;
    margin: 16px auto;
    background: rgba(51, 51, 51, 0.71);
    border-radius: 0;
    padding: 19px;
    box-shadow: 0 0 48px rgba(255, 121, 198, 0.2);
    border: 1px solid #333;
    border-top: 2px solid #ff79c6;
}

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

@keyframes flicker_softParagraph_section661 {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.74; }
}

h1, h2 {
    animation: anim_gridBackground_panel670 2.9s infinite;
}

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

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

@media (min-width: 768px) {
    body { padding: 47px; }
    main { padding: 33px; }
    .menu-container { padding: 49px; }
    header { margin: -45px -34px 26px -32px; padding: 24px 30px; }
}

/* Unique classes generated per host */
.softBlock_panel878 { color: #eee; }
.hdrholderBorder_view699 { border-top-color: #ff79c6; }
.mminiMini_box234 { outline: 1px solid rgba(255, 121, 198, 0.1); }
.ftrfullParagraph_screen162 { text-shadow: 0 0 1px #ff79c6; }
.navprimarySimple_frame391 { display: flex; }
.menuheaderMain_box879 { flex-direction: column; }
.lnkblockMaximal_view597 { cursor: pointer; }
.tblsmoothRetro_holder556 { font-size: 0.95em; }
.th_vintageAbstract_frame592 { text-align: center; }
.td_startFull_widget49 { vertical-align: top; }
.tr_accentSecondary_section889 { border-collapse: separate; }
.bqsecondarySidebar_item973 { margin-left: 1em; }
.codeendBright_view960 { white-space: nowrap; }
.prerootFooter_box615 { line-height: 1.4; }
.imgtopButton_element777 { object-fit: cover; }
