.class-0 {
    display: flex;
    font-size: 14px;
    text-align: left;
    position: absolute;
    top: 20px;
    left: 20px;
    bottom: 5%;
    overflow: visible;
    float: none;
    font-weight: 400;
    text-decoration: line-through;
    word-spacing: 0.2em;
    text-transform: capitalize;
    white-space: normal;
    word-break: break-word;
    overflow-wrap: break-word;
    object-position: center;
    border-style: double;
    border-right: none;
    border-top-width: 1px;
    border-top-style: dashed;
    border-right-color: green;
    border-bottom-style: dotted;
    outline-width: 2px;
    background-repeat: repeat-y;
    content: text;
    list-style-position: outside;
    border-collapse: separate;
    caption-side: bottom;
    column-span: all;
    column-width: 200px;
    resize: horizontal;
    unicode-bidi: normal;
    speak-punctuation: none;
    speech-rate: slower;
    flex-basis: 0;
    order: -1;
    grid-column-start: 3;
    grid-column-end: 3;
    grid-row-end: 1;
    grid-auto-rows: max-content;
    place-content: stretch;
    column-fill: auto;
    perspective: 1000px;
    transition-timing-function: ease-in-out;
    animation-duration: 1s;
    animation-iteration-count: 2;
    clip-path: none;
    mask-size: 50%;
}

.class-1 {
    width: 300px;
    height: 100%;
    font-size: 1em;
    position: sticky;
    cursor: default;
    overflow: visible;
    transform: translateY(-10px);
    white-space: pre;
    overflow-wrap: normal;
    object-position: top;
    border-color: black;
    border-right: 1px solid black;
    border-bottom-style: dashed;
    border-bottom-color: green;
    outline: none;
    background-image: url(image.jpg);
    background-size: 50%;
    box-sizing: content-box;
    list-style: square;
    caption-side: bottom;
    vertical-align: middle;
    column-width: 100px;
    word-wrap: break-word;
    hyphens: manual;
    tab-size: 4;
    speak-header: once;
    speak-numeral: digits;
    flex-basis: 100px;
    grid-column-end: span 2;
    grid-auto-columns: max-content;
    grid-auto-rows: max-content;
    place-items: auto;
    place-content: start;
    column-fill: balance;
    backface-visibility: hidden;
    perspective: none;
    transform-style: preserve-3d;
    animation-name: fadeout;
    animation-duration: 0s;
    animation-timing-function: linear;
    animation-iteration-count: 1;
    animation-play-state: paused;
    mask-repeat: no-repeat;
}

.class-2 {
    padding: 0px;
    opacity: 0.7;
    position: sticky;
    border-radius: 5px;
    z-index: 10;
    transition: transform 0.5s ease-in-out;
    font-style: oblique;
    word-spacing: 3px;
    text-transform: none;
    clip: rect(0, 0, 0, 0);
    object-position: right;
    border-color: green;
    border-top: none;
    border-top-width: 2px;
    border-bottom-width: 1px;
    border-left-color: red;
    outline-style: dotted;
    background-color: transparent;
    background-repeat: repeat;
    background-position: right;
    column-gap: 2px;
    resize: none;
    pointer-events: none;
    text-shadow: 2px 2px 5px black;
    widows: 2;
    quotes: '\201C' '\201D' '\2018' '\2019';
    counter-increment: page 1;
    speak: normal;
    speak-header: always;
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 0;
    grid-column-end: span 2;
    grid-template-columns: none;
    place-items: auto;
    transform-style: preserve-3d;
    transition-timing-function: ease-out;
    mask-mode: add;
    mask-repeat: round;
    mask-size: 50%;
    mask-clip: padding-box;
    backdrop-filter: saturate(200%);
}

.class-3 {
    margin: 20px;
    border: 1px solid rgba(0,0,0,0.1);
    display: none;
    width: 50vw;
    text-align: justify;
    right: 10px;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
    clear: both;
    transform: translateX(20px);
    word-spacing: normal;
    text-transform: uppercase;
    border-style: dashed;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    border-left: none;
    border-right-style: solid;
    border-right-color: green;
    border-bottom-style: solid;
    background-color: blue;
    content: url(image.jpg);
    list-style-position: outside;
    column-count: 3;
    user-select: auto;
    hyphens: none;
    page-break-inside: auto;
    speech-rate: medium;
    align-self: center;
    grid-column-start: auto;
    grid-template-columns: 100px auto 1fr;
    grid-auto-rows: max-content;
    column-fill: balance;
    transform-style: flat;
    transition-timing-function: ease-in;
    animation-direction: normal;
    animation-play-state: running;
    mask-repeat: round;
    mask-size: auto;
}

.class-4 {
    background: linear-gradient(to right, red, blue);
    padding: 5px;
    margin: 5px;
    display: none;
    align-items: stretch;
    height: 100px;
    text-align: right;
    opacity: 0.9;
    border-radius: 1em;
    overflow: visible;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: none;
    border-color: green;
    border-left: none;
    border-top-style: solid;
    border-top-color: green;
    border-right-width: 2px;
    border-left-width: 1px;
    border-left-style: dashed;
    outline-style: solid;
    outline-color: green;
    content: text;
    list-style: disc;
    table-layout: auto;
    vertical-align: top;
    column-rule: 1px solid black;
    unicode-bidi: normal;
    text-shadow: 2px 2px 5px black;
    hyphens: none;
    page-break-before: left;
    marks: crop;
    counter-reset: none;
    speak-numeral: continuous;
    flex-shrink: 2;
    flex-basis: 50%;
    place-items: end;
    column-fill: auto;
    transition-timing-function: ease-out;
    animation-name: fadeout;
    animation-direction: alternate-reverse;
    animation-fill-mode: none;
    animation-play-state: paused;
    will-change: contents;
    isolation: auto;
    mask-mode: add;
    mask-repeat: repeat-y;
    mask-origin: border-box;
    mask-clip: border-box;
    backdrop-filter: blur(5px);
}

