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

body {
    font-family: 'Times New Roman', serif;
    line-height: 1.7;
    padding: 22px;
    min-height: 100vh;
    background: repeating-linear-gradient(
        67deg,
        rgba(0, 0, 0, 0.13) 0px,
        rgba(0, 0, 0, 0.13) 1px,
        transparent 1px,
        transparent 2px
    );
    color: #00adb5;
}

h1 {
    text-align: center;
    margin: 15px 0;
    font-size: 2rem;
    color: #393e46;
    text-transform: uppercase;
    letter-spacing: 5px;
    border-bottom: 1px dashed #393e46;
    padding-bottom: 15px;
}

h2 {
    margin-top: 34px;
    margin-bottom: 13px;
    font-size: 1rem;
    color: #393e46;
    border-bottom: 1px solid #393e46;
    padding-bottom: 8px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

h3 {
    margin-top: 29px;
    margin-bottom: 13px;
    font-size: 1rem;
    color: #393e46;
    letter-spacing: 1px;
}

p { margin-bottom: 15px; }
ul { padding-left: 23px; margin-bottom: 19px; }
li { margin-bottom: 7px; }
a { text-decoration: none; transition: 0.3s; }

header {
    margin-bottom: 15px;
    position: sticky;
    top: 0;
    background: rgba(34, 40, 49, 0.86);
    padding: 0px;
    margin: -22px -22px 27px -22px;
    z-index: 100;
    border-bottom: 2px solid #393e46;
}

main {
    max-width: 776px;
    margin: 0 auto;
    border-radius: 0;
    padding: 24px;
    background: rgba(39, 45, 54, 0.88);
    box-shadow: 0 0 49px rgba(57, 62, 70, 0.1);
    border: 1px solid #333;
    border-top: 2px solid #393e46;
}

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 #393e46;
    color: #393e46;
    padding: 6px 12px;
    border-radius: 0;
    font-weight: bold;
    margin: 0 2px;
    text-transform: uppercase;
    font-size: 1rem;
    letter-spacing: 0px;
}
main a:hover {
    background-color: #393e46;
    color: #000;
    border-color: #393e46;
    text-decoration: none;
    box-shadow: 0 0 12px rgba(57, 62, 70, 0.7);
}

table {
    width: 100%;
    border-collapse: collapse;
    margin: 15px 0;
    background: rgba(44, 50, 59, 0.69);
    border: 1px solid #333;
}

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

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

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

tr:hover {
    background: rgba(57, 62, 70, 0.0);
}

blockquote {
    padding: 13px;
    border-left: 3px solid #393e46;
    margin: 21px 0;
    background: rgba(39, 45, 54, 0.69);
    font-style: italic;
    color: #393e46;
    border: 1px solid #333;
}

code {
    background: #222831;
    padding: 1px 4px;
    border-radius: 0;
    font-family: 'Times New Roman', serif;
    color: #393e46;
    border: 1px solid #333;
    font-size: 1em;
}

pre {
    background: #222831;
    padding: 12px;
    border: 1px solid #333;
    overflow-x: auto;
    color: #00adb5;
}

.menu-container {
    max-width: 772px;
    margin: 15px auto;
    background: rgba(39, 45, 54, 0.90);
    border-radius: 0;
    padding: 21px;
    box-shadow: 0 0 49px rgba(57, 62, 70, 0.1);
    border: 1px solid #333;
    border-top: 2px solid #393e46;
}

footer {
    text-align: center;
    margin-top: 38px;
    padding: 23px;
    font-size: 1em;
    opacity: 0.7;
    color: #393e46;
    border-top: 1px dashed #333;
    letter-spacing: 0px;
}

@keyframes flicker_roughLeft_area910 {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.91; }
}

h1, h2 {
    animation: anim_imageArticle_area579 2.7s infinite;
}

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

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

@media (min-width: 768px) {
    body { padding: 31px; }
    main { padding: 36px; }
    .menu-container { padding: 36px; }
    header { margin: -50px -34px 28px -50px; padding: 23px 50px; }
}

/* Unique classes generated per host */
.cornerBlock_page859 { color: #eee; }
.hdrmegaHeader_item963 { border-top-color: #393e46; }
.mcenterText_panel596 { outline: 1px solid rgba(57, 62, 70, 0.1); }
.ftrdarkRoot_page361 { text-shadow: 0 0 1px #393e46; }
.navfullArticle_window200 { display: flex; }
.menuabstractTop733 { flex-direction: column; }
.lnkformBackground727 { cursor: pointer; }
.tblimageImage_screen690 { font-size: 0.95em; }
.th_subtitleDark_item591 { text-align: center; }
.td_formForeground_widget142 { vertical-align: top; }
.tr_complexMinimal_box74 { border-collapse: separate; }
.bqbaseDark_widget376 { margin-left: 1em; }
.codelightLink_container790 { white-space: nowrap; }
.preborderModule_frame762 { line-height: 1.4; }
.imgmaximalRow_module885 { object-fit: cover; }
