        :root {
            --m-c: #6130b0;
            --s-c: #4f1e9d;
            --bg: linear-gradient(to right, #cb6bcf, #3b5dd0);
            --box-shadow: rgba(17, 18, 54, 0.16);
            --box-shadow-left: -5px 0px 17px 0 rgb(0 0 0 / 28%)
        }

        html {
            scrollbar-width: thin;
            scrollbar-color: var(--m-c) #f1f1f1;
            scroll-behavior: smooth
        }

        #tL a {
            color: #ffffffda;
            background: var(--m-c)
        }

        #cB,
        .fAr,
        .fAT .shareitbutton {
            display: none
        }



        #lK p,
        .fAT .new {
            text-transform: uppercase
        }

        a {
            text-decoration: none
        }

        #fancy-list h2,
        #seconds,
        .list-name {
            font-weight: 500
        }

        *,
        ::after,
        ::before,
        input[type="text"] {
            box-sizing: border-box
        }

        body {
            font-size: 1rem;
            line-height: 1.6;
            background: #e2dbfc;
            font-family: 'Roboto', sans-serif;
            -webkit-font-smoothing: antialiased;
            touch-action: manipulation;
            margin: 0;
            padding: 0
        }

        .cT {
            max-width: 100%;
            margin: 0 4%
        }

        h1,
        h2,
        h3 {
            clear: both;
            margin-left: 2%;
            color: #444;
            font-weight: 300
        }

        .one-line h1 {
            font-size: 1.7em;
            margin: 0 10px;
            color: #ffffffb3;
        }

        h2 {
            font-size: 1.5em
        }

        h3 {
            font-size: 1.2em
        }

        i {
            font-style: normal;

        }

        .content-sec h2 {
            font-size: 1.1em;
            text-transform: uppercase;
            color: #777;
            font-weight: bold;
        }

        .ads {
            display: block;
            width: 100%;
            margin: 10px 0;
            height: auto;
            clear: both
        }

        header {
            background: linear-gradient(to right, #cb6bcf, #3b5dd0);
        }

        header p {
            margin: 2px 0 8px 5px;
            color: #ffffff7d;
            font-size: 1rem
        }

        .one-line {
            text-align: left;
            margin: 0 10px;
        }

        #topMenu {
            display: flex;
            height: 45px;
            flex-direction: row;
            align-items: center;
            overflow-x: auto;
            overflow-y: hidden;
            white-space: nowrap;
            scroll-behavior: smooth;
            -webkit-overflow-scrolling: touch;
        }

        #topMenu a {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            padding: 8px 14px;
            font-size: 0.95rem;
            text-decoration: none;
            color: #ffffff7a;

        }

        #topMenu a.active {
            color: #ffffff;
        }

        #topMenu {
            scrollbar-width: none;
            /* Firefox */
            -ms-overflow-style: none;
            /* Edge legacy */
        }

        #topMenu::-webkit-scrollbar {
            height: 0px;
            /* horizontal scrollbar */
            display: none;
        }


        .main-i-s {
            position: sticky;
            top: 0;
            z-index: 999;
            margin-bottom: 10px;
            border-radius: 0 0 25px 25px;
            box-shadow: 0 2px 2px 0 rgb(0 0 0 / 35%);
            background: #fff;

        }

        .fAT .new {
            font-size: 10px
        }

        nav {
            background: var(--s-c)
        }

        nav .lK {
            display: flex;
            overflow-x: auto;
            flex-wrap: nowrap;
            white-space: nowrap;
            -ms-overflow-style: none;
            scrollbar-width: none;
            padding: 5px
        }

        nav .lK a {
            background: var(--m-c);
            color: #ffffffb1;
            display: flex;
            outline: none;
            padding: 5px 10px;
            align-items: center;
            text-decoration: none
        }

        .lK span {
            padding: 10px 2px
        }

        .lK a span,
        header #tL a span {
            position: absolute;
            display: block;
            padding: 0 5px;
            background: red;
            color: #fff;
            font-size: 10px;
            top: -5px;
            border-radius: 5px;
            right: -10px
        }

        .site-title img {
            width: 220px;
            padding-top: 5px
        }

        header .i-s {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 0
        }

        header .lG {
            flex-grow: 1;
            text-align: center
        }

        header .lG img {
            width: auto;
            height: 40px
        }

        i.icon.arrow_back {
            color: #fff
        }

        .close-top {
            width: 100%;
            background: red;
            color: #ffffffb8;
            padding: 5px;
            cursor: pointer;
            margin: 0;
            border-radius: 5px
        }

        .material-symbols-outlined {
            vertical-align: middle
        }

        .menu-buttons i {
            display: block;
            padding: 10px;
            cursor: pointer
        }

        #openMenu {
            flex: 0 0 40px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.5rem;
        }

        #openMenu::before {
            font-size: 22px
        }

        .i-s span {
            color: #ffffff87
        }

        .f-m,
        .f-m-q {
            position: fixed;
            top: 0;
            width: 100%;
            height: 100%;
            background: var(--bg);
            align-items: center;
            transition: right 0.3s;
            z-index: 9999;
            display: none
        }

        .f-m-q #quoteDisplay {
            overflow: scroll;
            height: 100%;
            width: 100%
        }

        .f-m-q #sidelK {
            display: flex;
            justify-content: space-evenly;
            align-items: center
        }

        #cB,
        .close-button {
            position: absolute;
            cursor: pointer
        }

        #footermenu .lK {
            display: block
        }

        .open {
            display: block
        }

        #sidelK {
            height: 100vh;
            padding-top: 5%
        }

        .f-m .lK {
            overflow: scroll;
            height: 100%;
            display: inline-block;
            margin: 5px
        }

        .f-m .lK a {
            margin: 5px
        }

        #sidelK .lK span {
            color: #000
        }

        .menuLeft {
            display: flex;
            flex-wrap: wrap;
            flex-direction: column
        }

        .menuRight h3 {
            border-bottom: 1px solid #777;
            text-transform: uppercase;
            font-weight: 400;
            color: #000
        }

        .menuLeft button {
            border: none;
            padding: 5px 10px;
            background: #fff;
            border-radius: 10px;
            font-size: 25px;
            margin: 5px 10px;
            cursor: pointer
        }

        .menuLeft button:hover {
            background: #f9f9f9;
            transform: scale(1.05)
        }

        .menuLeft button:active {
            background: #e0e0e0;
            transform: scale(0.95)
        }

        .close-button {
            top: 10px;
            position: absolute;
            right: 10px;
            padding: 8px 16px;
            font-size: 30px;
            border: none;
            border-radius: 20px;
            color: #444;
            background: transparent
        }

        .close-button:hover {
            background-color: var(--m-c);
            color: #fff
        }

        #cTDiv {
            justify-content: center;
            display: inline-grid
        }

        .fAT a.morefancy {
            justify-content: right;
            display: flex
        }

        .lK h3 {
            color: #0000007d;
            font-size: 16px;
            margin: 5px
        }

        .othersites #lK a {
            display: inline-block;
            width: 32%
        }

        #main-cT {
            flex: 1;
            position: relative;
            min-width: 0
        }

        #main-cT h1 {
            font-size: 22px;
            margin: 20px;
            font-weight: bold;
            text-transform: uppercase
        }

        .i-s {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 1px;
            padding: 5px 0;
        }

        .i-cT {
            display: flex;
            align-items: center;
            flex: 1;
            gap: 6px;
            position: relative
        }

        .i-s .i-cT input {
            flex: 1;
            width: 100%;
            padding: 17px;
            font-size: 1.2rem;
            border: none;
            outline: none;
            background: #f1f1f1;
            border-radius: 25px;
            box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), inset 0 -1px 2px rgba(255, 255, 255, 0.6);
            transition: box-shadow .12s ease, transform .12s ease;
        }

        .i-s .i-cT input:focus {
            border-color: var(--s-c);
            box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2)
        }

        .i-cT #charCount {
            left: 20px;
        }

        .settings-share {
            display: flex;
            justify-content: flex-end;
            align-content: center;
            flex-wrap: nowrap;
            align-items: center
        }

        span.sharetext {
            font-size: 14px;
            color: #777;
            text-transform: uppercase;
            margin-right: 5px
        }

        #cB {
            top: 27px;
            right: 0px;
            transform: translateY(-50%);
            border: none;
            width: 55px;
            height: 55px;
            position: absolute;
            color: #777;
            font-size: 25px;
            background: transparent;
            cursor: pointer
        }

        #cB:hover {
            color: #000
        }

        .share-buttons {
            position: fixed;
            bottom: 0;
            padding: 5px 10px;
            height: 45px;
            z-index: 999;
            width: 100%;
            background: #fff
        }

        #st-1 {
            z-index: 1 !important
        }

        .font-size {
            display: flex;
            flex-wrap: nowrap;
            justify-content: flex-end;
            flex-direction: row;
            align-items: center;
            margin: 15px
        }

        input#fontController {
            width: 230px;
            margin-right: 20px
        }

        .font-size label {
            font-weight: bold;
            color: #555
        }

        #fontController {
            -webkit-appearance: none;
            width: 100%;
            height: 8px;
            border-radius: 6px;
            background: #e2dbfc;
            outline: none;
            cursor: pointer;
        }

        #fontController::-webkit-slider-runnable-track {
            height: 5px;
            border-radius: 3px;
            background: linear-gradient(to right, #cb6bcf, #3b5dd0)
        }

        #fontController::-moz-range-track {
            height: 5px;
            border-radius: 3px;
            background: linear-gradient(to right, #cb6bcf, #3b5dd0)
        }

        #fontController::-webkit-slider-thumb {
            -webkit-appearance: none;
            appearance: none;
            width: 22px;
            height: 22px;
            border-radius: 50%;
            background: var(--s-c);
            border: 2px solid #fff;
            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
            margin-top: -8px;
        }

        #fontController::-webkit-slider-thumb:hover {
            transform: scale(1.2)
        }

        .fAT {
            padding: 0;
            margin: 0;
            list-style: none;
        }

        .fAT li {
            display: flex;
            justify-content: center;
            align-items: center;
            position: relative;
            white-space: normal;
            word-break: break-word;
            margin-bottom: 10px;

        }

        .fAT p,
        #flourishList p,
        .qList p {
            flex: 1;
            font-family: Arial, sans-serif;
            background: #fff;
            color: #000;
            border-radius: 25px 0 0 25px;
            font-size: 1.2rem;
            cursor: pointer;
            text-align: center;
            margin: 0;
            padding: 10px 2px 20px;
            box-shadow: 0 1px 2px 0px rgb(0 0 0 / 20%);
            transition: all 0.15s ease;
            white-space: normal;
            word-break: break-word;
        }

        .qList p {
            margin-bottom: 10px;
            font-size: 1rem !important;
            border-radius: 25px;
            padding: 10px;
        }

        .fAT p:hover,
        #flourishList p,
        .qList p:hover {
            background: #f9f9f9;
            color: var(--s-c);
            box-shadow: 0 1px 4px 0px rgb(0 0 0 / 30%)
        }

        .fAT p:active,
        #flourishList p:active,
        .qList p:active {
            background: #eaeaea;
            transform: scale(0.97);
            box-shadow: 0 1px 1px 0px rgb(0 0 0 / 40%)
        }

        .fAT li .name {
            position: absolute;
            left: 10px;
            bottom: 2px;
            color: #999;
            padding: 1px 10px;
            border-radius: 10px;
            font-size: 10px;
            text-transform: uppercase;
            font-weight: bold;
        }

        .fAT .ads {
            grid-column: 1 / -1;
            padding: 0;
            background: none;
            box-shadow: none
        }

        #randomcloud {
            height: 90px;
            overflow: hidden;
        }

        #randomcloud p {
            background: transparent;
            box-shadow: none;
            font-size: 25px !important;
        }

        .opt {
            flex: 0 0 40px;
            display: flex;
            flex-direction: column;
        }

        .opt i {
            border: none;
            font-size: 17px;
            cursor: pointer;
            transition: transform 0.2s ease, background 0.3s ease, box-shadow 0.3s ease;
            text-align: right;
            color: #444;
            display: inline-block;
            background: transparent;
            padding: 5px 10px
        }

        .opt i:hover {
            transform: scale(1.1);
            color: var(--s-c)
        }

        .opt i:active {
            transform: scale(0.9);
            color: var(--s-c)
        }

        .opt i:focus {
            outline: none;
            color: var(--s-c)
        }

        .fAT a.morefancy {
            padding: 15px;
            justify-items: center;
            color: var(--m-c);
            border-radius: 10px
        }

        .fAT a.morefancy:hover {
            background: #fff
        }

        .fAT .btn {
            padding: 5px;
            display: flex;
            justify-content: center;
            justify-items: center;
            position: absolute;
            top: 0;
            right: 0
        }

        .btn button:hover {
            color: var(--m-c)
        }

        .fAT h2 {
            grid-column: span 2;
            margin-bottom: 10px
        }

        #fancy-list p i {
            display: inline-block;
            padding: 5px 8px;
            margin: 3px;
            cursor: pointer;
            color: #000;
            font-style: normal
        }

        #fancy-list p i:hover {
            background: #fff;
            color: var(--m-c);
            border-color: var(--m-c)
        }

        #fancy-list h2 {
            padding: 0;
            margin: 0 2%;
            color: #000
        }

        .loadmore {
            text-align: center;
            clear: both;
            margin: 15px
        }

        label {
            margin: 5px 0 0 10px;
            color: #555;
            font-size: 14px;
            text-transform: uppercase
        }

        input[type="number"] {
            padding: 5px;
            border: 1px solid #ccc;
            border-radius: 10px;
            font-size: 18px;
            text-align: center;
            width: 100%;
            height: 55px
        }

        .bottom-icons {
            position: fixed;
            bottom: 208px;
            z-index: 99;
            text-align: center;
            right: 0;
            display: flex;
            align-content: flex-start;
            flex-direction: column;
            background-color: #e2dbfc;
            border-radius: 22px 0 0 22px;
            box-shadow: 0 3px 4px 0px rgb(0 0 0 / 20%);
            overflow: hidden;

        }

        .bottom-icons i {
            display: inline-block;
            padding: 10px 15px;
            color: #777;
            font-size: 17px;
            text-align: center;
            text-decoration: none;
            transition: all 0.2s ease;
            cursor: pointer;
            user-select: none;
            height: 50px;
            font-weight: bold;
            text-transform: uppercase
        }

        .bottom-icons i:hover {

            box-shadow: 0 5px 8px rgba(0, 0, 0, 0.25);
            background-color: #f1f1f1
        }

        .bottom-icons i:active {
            transform: scale(0.9);
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
            background-color: #eaeaea
        }

        .flurshit {
            cursor: pointer;
            display: flex;
            width: 60px;
            align-items: center;
            justify-content: center;
            background: var(--bg);
            color: #ffffff;
            font-size: 12px;
            font-weight: bold;
            text-transform: uppercase;
            align-self: stretch;
            border-radius: 0 25px 25px 0;
        }

        i.lightbulb {
            color: #ff8900 !important
        }

        .textfaces {
            padding: 15px;
            display: none
        }

        .textfaces i {
            display: inline-block;
            padding: 5px;
            border-radius: 10px;
            margin: 5px;
            color: #444;
            cursor: pointer
        }

        .textfaces i:hover {
            background: #fff
        }

        .load-more {
            text-align: center
        }

        #lK {
            display: block;
            flex-wrap: wrap;
            justify-content: space-around
        }

        #othertools a,
        .loadmore button {
            display: inline-block;
            color: #ffffffbf;
            background: var(--bg);
            padding: 7px 14px;
            margin: 10px;
            font-size: 1.2em;
            transition: 0.3s;
            position: relative;
            cursor: pointer;
            border: none;
            border-radius: 20px
        }

        #right-menu {
            padding: 1%
        }

        .lK {
            display: flex;
            flex-wrap: wrap;
            gap: 10px
        }

        .lK a {
            display: inline-block;
            background: #ffffff;
            color: #666;
            padding: 7px 12px;
            border-radius: 20px;
            box-shadow: 0 1px 2px rgba(0, 0, 0, 0.28);
            text-decoration: none;
            font-size: 1.1rem;
            transition: all 0.2s ease
        }

        .lK h3 {
            flex-basis: 100%;
            margin: 10px 0 5px;
            font-size: 16px;
            font-weight: bold
        }

        .copied {
            background: var(--bg);
            color: #fff;
            width: 220px;
            height: auto;
            display: flex;

            padding: 5px 10px;
            position: fixed;
            border-radius: 20px 0 0 20px;
            top: 10%;
            right: 0;
            z-index: 999;
            box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.5);
            flex-wrap: nowrap;
            flex-direction: column;
        }

        .copied textarea {
            background: transparent;
            border: none;
            color: #fff;
            padding: 10px;
            resize: none;
        }

        .copied-btn {
            position: absolute;
            border: none;
            padding: 5px 10px;
            border-radius: 12px;
            background: #000;
            color: #fff;
            left: 15px;
            top: 10px;
            box-shadow: 0 3px 4px 0px rgb(0 0 0 / 20%);
        }

        .loadmore button {
            padding: 15px 35px;
            font-size: 1.1em;
            height: auto;
        }

        #othertools a {
            color: #fff;
            background: var(--m-c)
        }

        #othertools a:hover {
            background: var(--s-c)
        }

        .lK a:hover,
        .lK a.active-link {
            transform: scale(1.01);
            color: #000;
            box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3)
        }

        .lK a:active {
            transform: scale(0.97);
            color: #000;
            box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4);
            background: #f0f0f0
        }

        footer {
            text-align: center
        }

        #footermenu .lK {
            margin: 15px
        }

        .pagination,
        .hideit,
        p.aryapage {
            display: none
        }

        .info-text {
            padding: 10px;
            overflow: scroll;
            background: #f1f1f1
        }

        .info-text img {
            width: 100%;
            height: auto
        }

        #footermenu {
            clear: both
        }

        .example {
            font-size: 1.2em;
            color: #e74c3c;
            margin: 10px 0
        }

        .tip {
            background: #f1f1f1;
            padding: 15px;
            border-left: 4px solid var(--s-c);
            margin: 15px 0
        }

        .cta {
            text-align: center;
            margin: 30px 0
        }

        .cta a {
            background: var(--m-c);
            color: white;
            padding: 10px 20px;
            text-decoration: none;
            border-radius: 5px;
            font-size: 1.2em
        }

        .cta a:hover {
            background: var(--s-c)
        }

        #quoteDisplay {
            overflow: scroll
        }

        .count {
            position: absolute;
            bottom: 3px;
            right: 65px;
            font-size: 10px;
            color: #999;
            text-transform: uppercase;
            font-weight: bold;
        }

        #charCount {
            bottom: 0px;
            color: #999;
        }

        .page-load-status {
            position: fixed;
            display: none;
            bottom: 15%;
            left: 0;
            right: 0;
            text-align: center;
            z-index: 99
        }

        .infinite-scroll-request div {
            background: var(--m-c);
            color: #fff;
            border-radius: 20px;
            padding: 5px 10px;
            display: inline-block;
            box-shadow: 0 3px 4px 0px rgb(0 0 0 / 20%)
        }

        .footerlinks a {
            display: inline-block;
            padding: 10px 20px;
            background: #fff;
            border-radius: 25px;
            color: #000;
        }

        .footerlinks a:hover {
            background: #000;
            border-radius: 25px;
            color: #fff;
        }


        .flourish-popup {
            position: fixed;
            inset: 0;
            background: rgba(0, 0, 0, 0.55);
            display: flex;
            align-items: center;
            justify-content: center;
            z-index: 999;
        }

        .flourish-popup.hidden {
            display: none;
        }

        .popup-box {
            background: linear-gradient(to right, #cb6bcf, #3b5dd0);
            color: #fff;
            width: 90%;
            max-width: 500px;
            max-height: 70vh;
            border-radius: 12px;
            overflow: hidden;
            display: flex;
            flex-direction: column;
        }

        .popup-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 5px 5px 5px 15px;
            background: #1c1c1c;
            position: relative;
        }

        .popup-header h3 {
            margin: 0;
            font-size: 16px;
        }



        #flourishList {
            padding: 12px;
            overflow-y: auto;
            list-style: none;
            margin: 0;
            flex: 1;
        }

        #flourishList li {
            margin-bottom: 10px;
            position: relative;
        }

        #flourishList .aestheticfont {
            padding: 5px;
        }



        #flourishList li p {
            font-size: 17px !important;
            color: #000;
            border-radius: 25px;
        }

        #flourishList .count {
            right: 15px;
        }

        .popup-header button {
            background: none;
            border: none;
            color: #fff;
            cursor: pointer;
            font-size: 14px;
            padding: 15px;
        }

        .popup-header button:hover {
            scale: 1.3;
        }

        .delete-item {
            position: absolute;
            top: 8px;
            left: 8px;
            background: none;
            border: none;
            color: #ff6b6b;
            font-size: 14px;
            cursor: pointer;
        }

        .delete-item:hover {
            color: #ff3b3b;
        }

        #openSavedPopup {
            bottom: 100px;
            right: 0px;
            margin: 0;
            position: fixed;
            padding: 10px;
            font-size: 1.5rem;
            color: #b60000;
            background: #fff;
            height: 50px;
            width: 50px;
            z-index: 99;
            border-radius: 15px 0 0 15px;
            cursor: pointer;
            box-shadow: 0px 1px 3px -1px rgba(0, 0, 0, 0.5);
        }

        .flourishit {
            text-align: center;
            padding: 5px;
        }

        #flourishRegenerate {
            color: #fff;
            background: #000;
            padding: 10px 20px;
            border-radius: 20px;
            font-size: 1.3rem;
            border: none;
            cursor: pointer;

            /* smooth animation */
            transition:
                transform 0.12s ease,
                box-shadow 0.12s ease,
                background-color 0.12s ease;
        }

        /* hover effect */
        #flourishRegenerate:hover {
            background: #444;
            box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);
        }

        /* click / press effect */
        #flourishRegenerate:active {
            transform: scale(0.94);
            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
        }

        /* optional: remove blue outline on click */
        #flourishRegenerate:focus {
            outline: none;
        }

        .select-flourish {
            display: flex;
            align-items: center;
            gap: 12px;
            margin: 5px 0;
            flex-wrap: wrap;
            justify-content: center;
        }

        .select-flourish label {
            font-size: 1rem;
            font-weight: 500;
            color: #fff;
        }

        #flourishSelect {
            appearance: none;
            -webkit-appearance: none;
            -moz-appearance: none;

            padding: 10px 38px 10px 16px;
            font-size: 1rem;
            border-radius: 18px;
            border: 2px solid #0f6352;
            background-color: #ffffff;
            color: #0f6352;
            cursor: pointer;

            background-image:
                linear-gradient(45deg, transparent 50%, #0f6352 50%),
                linear-gradient(135deg, #0f6352 50%, transparent 50%),
                linear-gradient(to right, transparent, transparent);
            background-position:
                calc(100% - 20px) calc(50% - 4px),
                calc(100% - 14px) calc(50% - 4px),
                100% 0;
            background-size:
                6px 6px,
                6px 6px,
                2.5em 2.5em;
            background-repeat: no-repeat;

            transition:
                border-color 0.2s ease,
                box-shadow 0.2s ease,
                transform 0.1s ease;
        }

        /* hover */
        #flourishSelect:hover {
            box-shadow: 0 6px 14px rgba(15, 99, 82, 0.25);
        }

        /* focus */
        #flourishSelect:focus {
            outline: none;
            border-color: #138a72;
            box-shadow: 0 0 0 3px rgba(19, 138, 114, 0.25);
        }

        @media (min-width:968px) {

            .cT {
                max-width: 100%;
                margin: 0 auto;
            }

            #randomcloud p {
                font-size: 35px !important;
            }

            .main-content {
                display: flex;
                width: 100%;
            }

            .main-content-loop {
                flex: 1 1 auto;

                min-width: 0;
                max-width: calc(100% - 325px);
            }

            #right-menu {
                width: 320px;
                flex: 0 0 320px;
                margin-left: 5px;
            }

            .lK {
                position: sticky;
                top: 100px;
                z-index: 9
            }

            .bB a {
                bottom: 5%
            }

            .info-text img {
                width: 700px
            }

            .fAT p {
                font-size: 22px
            }

            .cT {
                max-width: 1040px
            }
        }