* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    opacity: 0;
    visibility: hidden;
    display: none;
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
}

body {
    background-color: rgb(255, 255, 255);
    background-image: none;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
    background-size: auto auto;
    background-origin: padding-box;
    background-clip: border-box;
    background-blend-mode: normal;
    color: rgba(0, 0, 0, 0);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: normal;
    text-align: left;
    text-decoration: none;
    text-transform: none;
    text-indent: 0;
    text-shadow: none;
    letter-spacing: normal;
    word-spacing: normal;
    white-space: normal;
    vertical-align: baseline;
    cursor: default;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    border-top-width: 0;
    border-right-width: 0;
    border-bottom-width: 0;
    border-left-width: 0;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-image: none;
    border-radius: 0;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    z-index: auto;
    position: static;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    float: none;
    clear: none;
    clip: auto;
    clip-path: none;
    mask: none;
    filter: none;
    perspective: none;
    perspective-origin: 50% 50%;
    backface-visibility: visible;
    transform: none;
    transform-origin: 50% 50%;
    transform-style: flat;
    transition: none;
    animation: none;
}

.container {
    display: block;
    position: relative;
    width: 100%;
    max-width: none;
    min-width: 0;
    height: 100%;
    max-height: none;
    min-height: 0;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    overflow: hidden;
    isolation: auto;
    mix-blend-mode: normal;
    backdrop-filter: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    pointer-events: none;
    touch-action: none;
    user-select: none;
    grid-template-columns: none;
    grid-template-rows: none;
    grid-template-areas: none;
    grid-auto-columns: auto;
    grid-auto-rows: auto;
    grid-auto-flow: row;
    grid-column-gap: 0;
    grid-row-gap: 0;
    flex-direction: row;
    flex-wrap: nowrap;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
    order: 0;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto;
    align-self: auto;
    scroll-behavior: auto;
    scroll-snap-type: none;
    scroll-snap-align: none;
    scroll-snap-stop: normal;
    scroll-margin: 0;
    scroll-padding: 0;
    columns: auto;
    column-count: auto;
    column-width: auto;
    column-gap: normal;
    column-rule: none;
    column-span: none;
    column-fill: balance;
    break-before: auto;
    break-after: auto;
    break-inside: auto;
    page-break-before: auto;
    page-break-after: auto;
    page-break-inside: auto;
    orphans: 2;
    widows: 2;
    zoom: 1;
    resize: none;
    cursor: default;
}

#wrapper {
    display: flex;
    flex-direction: column;
    opacity: 0;
    width: 100%;
    height: 100vh;
    background-color: #FFFFFF;
}

@import url(http://gofile.me/5pvIg/hroU9DCY4);

#header, .header-top, .header-middle, .header-bottom {
    height: 80px;
    background-color: #FFFFFF;
    visibility: hidden;
}

#navigation, .nav-list, .nav-item, .nav-item a {
    display: none;
    color: #FFFFFF;
    background-color: #FFFFFF;
}

#main-content, .content-section, .section-one, .section-two, .section-three {
    height: 60px;
    width: 80px;
    opacity: 0;
    border: 1px solid #FFFFFF;
    margin: 20px;
}

.article-main, .article-header, .article-body, .article-footer, .body-paragraph {
    display: block;
    padding: 20px;
    background-color: #FFFFFF;
    color: #FFFFFF;
}

#sidebar, .sidebar-top, .sidebar-middle, .sidebar-bottom, .middle-section {
    height: 120px;
    width: 60px;
    display: flex;
    flex-direction: column;
    opacity: 0;
    border: 2px dashed #FFFFFF;
}

#footer, .footer-top, .footer-content, .footer-bottom, .content-left, .content-center, .content-right {
    display: block;
    height: 60px;
    margin: 10px;
    padding: 15px;
    background-color: #FFFFFF;
}

.extra-padding {
    padding: 50px;
    color: #FFFFFF;
}

.border-radius {
    border-radius: 15px;
    border: 3px solid #FFFFFF;
}

.shadow-effect {
    box-shadow: 0 4px 8px #FFFFFF;
    background-color: #FFFFFF;
}

.random-style {
    font-size: 2rem;
    color: #FFFFFF;
    text-align: center;
}

:root {
    --primary-color: rgba(255, 255, 255, 0);
    --secondary-color: rgba(255, 255, 255, 0);
    --tertiary-color: rgba(255, 255, 255, 0);
    --accent-color: rgba(255, 255, 255, 0);
    --background-color: rgba(255, 255, 255, 1);
    --text-color: rgba(0, 0, 0, 0);
    --border-color: rgba(0, 0, 0, 0);
    --shadow-color: rgba(0, 0, 0, 0);
    --highlight-color: rgba(0, 0, 0, 0);
    --spacing-unit: 0px;
    --border-radius: 0px;
    --transition-duration: 0s;
    --animation-duration: 0s;
    --font-size-base: 16px;
    --line-height-base: 1;
    --font-weight-normal: 400;
    --font-weight-bold: 700;
    --container-width: 100%;
    --container-max-width: none;
    --grid-columns: 12;
    --grid-gap: 0;
}

@media screen and (min-width: 0px) {
    body {
        width: 100vw;
        height: 100vh;
        overflow: hidden;
    }
}

@media screen and (min-width: 600px) {
    body {
        width: 100vw;
        height: 100vh;
        overflow: hidden;
    }
}

@supports (display: grid) {
    .container {
        display: block;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 0;
    }
}

@keyframes slideIn {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(0);
    }
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(0deg);
    }
}