.class-0 {
    color: aqua;
    display: block;
    align-items: baseline;
    justify-content: end;
    height: 100%;
    text-align: justify;
    line-height: normal;
    top: 0;
    left: 5%;
    right: 0;
    box-shadow: 0 0 10px blue;
    overflow: hidden;
    clear: both;
    transition: transform 0.5s ease-in-out;
    font-weight: bolder;
    font-style: normal;
    clip: rect(0, 0, 0, 0);
    object-fit: scale-down;
    border-style: dotted;
    border-top-width: 3px;
    border-left-style: dashed;
    outline-color: red;
    background-position: top;
    border-spacing: 5px;
    caption-side: bottom;
    vertical-align: middle;
    unicode-bidi: bidi-override;
    orphans: 4;
    widows: 2;
    page-break-before: right;
    marks: none;
    speak-numeral: digits;
    speak-punctuation: code;
    speech-rate: medium;
    volume: x-soft;
    flex-shrink: 0;
    grid-column-end: 1;
    grid-area: auto;
    grid-template-rows: 1fr 1fr 1fr;
    grid-auto-rows: auto;
    transition-duration: 2s;
    animation-delay: 1s;
    animation-direction: alternate;
    animation-fill-mode: backwards;
    animation-play-state: paused;
    will-change: transform;
    mask-image: linear-gradient(black, transparent);
    mask-size: auto;
    backdrop-filter: none;
}

.class-1 {
    flex-direction: column-reverse;
    border-radius: 1em;
    z-index: 3;
    transform: translateX(20px);
    word-break: break-word;
    visibility: visible;
    object-position: left;
    border-bottom: none;
    border-top-style: solid;
    background-repeat: no-repeat;
    list-style-position: inside;
    table-layout: auto;
    border-spacing: 5px;
    column-gap: 2px;
    orphans: 4;
    page-break-before: auto;
    marks: cross;
    speak-header: always;
    speak-numeral: digits;
    flex-grow: 1;
    flex-shrink: 1;
    grid-row-start: 1;
    grid-row-end: auto;
    grid-area: 1 / 1 / 3 / 3;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    grid-auto-rows: auto;
    animation-name: fadeout;
    animation-timing-function: linear;
    animation-delay: 2s;
    animation-iteration-count: 1;
    isolation: auto;
    mask-image: url(mask.png);
    mask-mode: match-source;
    mask-origin: border-box;
    backdrop-filter: contrast(200%);
}

.class-2 {
    color: white;
    background: aqua;
    display: block;
    justify-content: start;
    flex-direction: column-reverse;
    left: 30px;
    bottom: 20px;
    overflow: hidden;
    font-style: normal;
    text-transform: uppercase;
    border-width: 3px;
    border-style: double;
    border-left: none;
    border-top-width: 1px;
    border-right-style: solid;
    border-right-color: red;
    border-bottom-style: dotted;
    border-left-style: dotted;
    border-left-color: green;
    outline-width: 2px;
    outline-style: dashed;
    background-size: contain;
    box-sizing: content-box;
    list-style-position: outside;
    column-count: 3;
    column-rule: none;
    column-span: all;
    pointer-events: auto;
    unicode-bidi: embed;
    word-wrap: normal;
    orphans: 2;
    page-break-after: avoid;
    speak: normal;
    flex-grow: 2;
    flex-basis: 50%;
    grid-column-end: 3;
    grid-row-end: 2;
    grid-auto-rows: auto;
    place-items: auto;
    column-fill: balance;
    perspective-origin: 50% 50%;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: both;
    will-change: transform;
    isolation: auto;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    mask-size: 100px;
    mask-clip: content-box;
    backdrop-filter: opacity(50%);
}

.class-3 {
    background: rgba(0, 0, 0, 0.5);
    height: 100px;
    font-size: 20px;
    position: absolute;
    clear: both;
    transform: translateY(-10px);
    font-weight: normal;
    letter-spacing: 2px;
    text-transform: none;
    word-break: break-word;
    object-position: center;
    border-width: 1px;
    border-top: none;
    border-bottom: 2px dashed red;
    background-repeat: repeat-x;
    box-sizing: border-box;
    list-style: square;
    border-spacing: 2px;
    column-rule: 1px solid black;
    column-width: 100px;
    hyphens: auto;
    widows: 2;
    marks: crop;
    quotes: none;
    speak-header: always;
    speech-rate: faster;
    flex-shrink: 2;
    flex-basis: auto;
    order: -1;
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 3;
    grid-auto-rows: max-content;
    perspective-origin: bottom right;
    transition-duration: 2s;
    animation-name: none;
    animation-iteration-count: 2;
    animation-direction: reverse;
    isolation: isolate;
    backdrop-filter: blur(5px);
}

.class-4 {
    padding: 20px;
    font-size: 14px;
    opacity: 0.7;
    border-radius: 50%;
    transform: translateY(-10px);
    transition: transform 0.5s ease-in-out;
    font-weight: 700;
    font-style: normal;
    border-width: 1px;
    border-right: 1px solid black;
    border-bottom: none;
    border-left: 2px dashed red;
    border-right-color: green;
    outline-color: green;
    background-image: url(image.jpg);
    background-repeat: repeat-x;
    list-style: none;
    border-collapse: separate;
    empty-cells: show;
    vertical-align: bottom;
    column-count: 5;
    column-rule: none;
    column-width: 100px;
    text-shadow: none;
    word-wrap: normal;
    tab-size: 4;
    widows: 2;
    marks: crop;
    quotes: '\201C' '\201D' '\2018' '\2019';
    counter-reset: page 0;
    flex-grow: 2;
    flex-basis: 0;
    order: 0;
    align-self: flex-end;
    grid-row-start: 3;
    grid-auto-columns: 100px;
    grid-auto-flow: dense;
    place-content: center;
    perspective: 500px;
    perspective-origin: top left;
    transition-timing-function: ease-in;
    animation-duration: 1s;
    animation-fill-mode: none;
    animation-play-state: paused;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    mask-mode: add;
    mask-size: 50%;
    mask-clip: text;
}

