@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Source+Serif+Pro:wght@700&display=swap');


* {
    box-sizing: border-box;
    padding: 0;
    margin: 0
}

body {
    font-family: 'Poppins', sans-serif;
    padding: 0;
    background: #f1f1f1
}

/* Header Start */
header {
    width: 100%;
}

.mainlogo a {
    font-family: 'Source Serif Pro', serif;
    color: #ffffff;
    font-size: 2rem;
    text-align: center;
    text-decoration: none;
}

@media screen and (max-width:600px) {
    .mainlogo a {
        font-size: 1.5rem;
    }
}

.mainlogo img {
    width: 320px;
    padding-top: 2px;
}

@media screen and (max-width:600px) {
    .mainlogo img {
        width: 200px;
    }
}

.mainlogo span {
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #ffffff52;
    font-size: 12px;
    display: block;
}

.mainlogo {
    width: 100%;
    font-size: 15px;
    text-align: center;
    background-color: #5D3FD3;
    color: #fff;
    font-family: arial;
    padding-bottom: 5px;
    padding-top: 5px;
}

/* Header End */



/* Navbar Start */


div.scrollmenu {
    background-color: #000000;
    overflow: auto;
    white-space: nowrap;
    text-align: center
}

div.scrollmenu a {
    display: inline-block;
    color: #fff;
    text-align: center;
    padding: 12px;
    text-decoration: none
}

div.scrollmenu a:hover {
    background-color: #000000;
}

::-webkit-scrollbar {
    height: 5px;
    color: #555;
    width: 10px
}

::-webkit-scrollbar-track {
    background: #ffffff;
}

::-webkit-scrollbar-thumb {
    background: #5D3FD3;
}

/* Navbar End */


/* Sticky Bar Start */

#target {
    background: #000000;
    height: auto;
    display: block !important;
    margin-top: 10px;
    padding: 5px;
    display: table;
    width: 100%;
    background: #ffffff;
    border-bottom: 1px solid #eaeaea;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    clear: both;
    float: none;
    margin-bottom: 0;
    position: fixed;
    bottom: 0;
    background: #ffffff;
    z-index: 9;
}

@media screen and (max-width: 970px) {
    #target {
        margin-bottom: 0;
        padding: 5px 0 0;
        position: fixed;
        bottom: 0;
        left: 0;
        -webkit-box-shadow: 0px -2px 15px 0px rgb(0 0 0 / 55%);
        -moz-box-shadow: 0px -2px 15px 0px rgba(0, 0, 0, 0.55);
        box-shadow: 0px -2px 15px 0px rgb(0 0 0 / 55%);
    }
}


#target .copyboard {
    width: 100%;
    margin-top: 10px;
    float: left;
    position: relative;
    color: #fff;
    padding-left: 10%;
    padding-right: 10%;

}


@media screen and (max-width:800px) {
    #target .copyboard {
        padding-left: 5px;
        padding-right: 5px;
    }
}

#target .input {
    width: 85%;
    float: left;
    position: relative;
    color: #fff;

}

#target .copy {
    float: left;
    width: 15%;
    text-align: center;
    position: relative;
    border-radius: 0 3px 3px 0;
    overflow: hidden;
}

@media screen and (max-width:800px) {
    #target .copyboard {
        padding-left: 5px;
        padding-right: 5px;
    }
}



.button {
    border: 1px solid #e6e4e4;
    border-radius: 5px;
    padding: 0 5px;
    background-color: #f7f7f7;
    box-shadow: 2px 2px 2px #aeacac;
    transition: .5s
}

.button:hover {
    box-shadow: 1px 2px 1px #aeacac inset
}

#Hide {
    display: none;
    border-radius: 5px;
    padding: 3px;
    outline: none;
    border: none;
    background-color: transparent;
    color: #fff;
    font-size: 18px
}

#sunadiv {
    padding: 5px 50px 5px 5px;
    height: 40px;
    font-size: 18px;
    border-radius: 5px;
    border: 1px solid #ddd;
    width: 100%
}

#sunadiv:focus {
    outline: none
}

@media screen and (max-width:800px) {
    #sunadiv {
        padding: 5px 30px 5px 5px
    }
}

.cutidbtn {
    border: none;
    color: #000000;
    border-radius: 5px;
    font-size: 18px;
    margin-left: -8%;
    outline: none;
    cursor: pointer;
    background-color: transparent
}

@media screen and (max-width:285px) {
    .cutidbtn {
        margin-left: -12%
    }
}

.copyidbtn {
    padding: 5px;
    outline: none;
    border: none;
    background-color: #000000;
    color: #fff;
    border-radius: 5px;
    width: 100%;
    height: 40px;
}

@media screen and (max-width:800px) {
    .copyidbtn {
        padding: 5px 15px
    }
}


.iphy {
    width: calc(100% - 50px);
    padding: 8px;
    outline: none;
    border: 1px solid rgb(0, 0, 0);
    border: none;
    transition: .3s;
    border-radius: 24px
}

.input {
    /* border: 1px solid #ddd; */
    border-radius: 5px;

}

#input_output {
    padding: 5px 50px 5px 5px;
    font-size: 18px;
    border-radius: 5px;
}

#clearipsb {
    cursor: pointer;
    margin: 2px;
    background-color: #fff;
    padding: 5px;
    color: #696767;
    font-size: 20px;
    border: none
}


@media screen and (max-width:285px) {
    #clearipsb {
        margin-left: -12%;


    }
}

#target .copy {
    float: left;
    width: 15%;
    text-align: center;
    position: relative;
    border-radius: 0 3px 3px 0;
    overflow: hidden;
}

#copyipsb {
    padding: 5px;
    outline: none;
    border: none;
    background-color: #000000;
    color: #fff;
    border-radius: 5px;
    width: 100%;
    height: 40px;
}


/* Sticky Bar End */



/* Container Start */

.mainbox {
    max-width: 1168px;
    margin: 0 auto;
    display: flex;
}

.outcont {
    margin-top: 0.5rem;
    width: 70%;
}


.top-ads {
    width: 100%;
    margin: 0.5rem 0 0.5rem 0;
}

.top {
    width: 728px;
    height: 90px;
}

.bt-ads {
    width: 100%;
    margin: 0.5rem 0 0.5rem 0;
    clear: both;
}

.container {
    padding: 15px 5px 15px 5px;
    margin-bottom: 15px;
    text-align: center;
    background-color: #fff;
}

#sidebar {
    float: left;
    width: 30%;
}

#sticky {
    width: 300px;
    height: 600px;
    margin: 10px 0 10px 15px !important;
    position: sticky;
    top: 10px;
}

#sidebar {
    width: 300px
}


@media screen and (max-width:1024px) {
    .mainbox {
        margin-left: 0%;
        margin-right: 0%;
        display: flex;
    }

    .outcont {
        margin-left: 5px;
        margin-right: 5px;
        width: 77%;
        /* width: 100%; */
    }

    #sidebar {
        float: left;
        width: 200px;
        /* display: none; */
    }

    #sticky {
        width: auto;
        height: 600px;
        margin: 10px 0 10px 15px !important;
        position: sticky;
        top: 0;
    }

    .top-ads {
        width: 100%;
        clear: both;
        margin: 0.5rem 0 0.5rem 0;
    }

    .top {
        width: 300px;
        height: 250px;
    }

    .bt-ads {
        height: 280px;
    }
}

@media screen and (max-width:800px) {
    .outcont {
        margin-left: 0px;
        margin-right: 0px;
        width: 100%;
    }

    #sidebar {
        display: none;
    }
}

.catbar {
    width: 100%;
    display: flex;
    background-color: #e3e8eb;
    border-radius: 5px;
}

.catbar a {
    width: 50%;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    text-decoration: none;
}

.catbar a.active {
    border: 3px solid rgb(0, 0, 0);
}


h1.titlesymbol {
    text-align: center;
    margin: 1rem 0;
    font-weight: 600 !important;
    color: white;
    background-color: grey;
    border-radius: 5px;
}

@media screen and (max-width:800px) {
    h1.titlesymbol {
        font-size: 1.2rem;
    }
}

h1.titlelenny {
    text-align: center;
    margin: 1rem 0;
    font-weight: 600 !important;
}

@media screen and (max-width:800px) {
    h1.titlelenny {
        font-size: 1.2rem;
    }
}

#symbols {
    list-style-type: none;
    margin: 0 0 10px;
    display: inline;
    box-sizing: border-box;
}

.extlink {
    margin: 2rem;
}

.extlink a {
    padding: 10px;
    color: #000000;
    text-decoration: none;
    box-shadow: 2px 2px 4px 2px #bfbfbf33;
    border: 1px solid #d3d3d3;
    border-radius: 8px;
    background-color: orange;
    transition: .2s
}

@media screen and (max-width:800px) {
    .extlink a {
        font-size: 0.8rem;
    }
}

.extlink a:hover {
    border-color: #4a4a4a;

}

#symbols li {
    display: inline
}


.symbolcat {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #383838;
    font-size: 18px
}


.symbol {
    margin-left: 0.5rem;
    margin-bottom: 0.5rem;
    border-radius: 5px;
    color: #424949;
    border: 1px solid #d3d3d3;
    display: inline-block;
    min-width: 50px;
    min-height: 50px;
    font-size: 25px;
    line-height: 50px;
    overflow: hidden;
    box-shadow: 2px 2px 4px 2px #bfbfbf33;
    transition: .2s;
    text-align: center;
    vertical-align: middle;
}

.symbol:hover {
    background-color: #ececec;
    font-size: 25px;
    cursor: pointer;
    margin-top: -5px;
    box-shadow: 4px 4px 4px 1px #9d9a9a33
}


@media screen and (max-width:800px) {
    .symbol {
        min-width: 50px;
        height: 50px;
        font-size: 25px;
        line-height: 50px
    }
}

h2.heading {
    margin-top: 20px;
    margin-bottom: 10px;
    padding: 2px;
    color: white;
    background-color: grey;
    border-radius: 5px;

}

/* adjusted start */
#symbols.adjusted li .symbol {
    width: auto;
    height: auto;
    padding: 0 15px 5px;
    font-size: 25px;
}

@media screen and (max-width:800px) {
    #symbols.adjusted li .symbol {
        font-size: 20px;
        line-height: 50px
    }
}

/* Lang bar start */

#lang {
    background: #C6D2D7;
    margin-top: 20px;
    padding: 5px;
    text-align: center;
}

#lang  img {
    margin: 2px 5px;
}

/* Lang bar end */

/* adjusted end */

.symbolcat {
    width: 100%;
    text-align: center;
    margin: 1rem 0;
}

.symbolcat a {
    margin-left: 5px;
    background: #e3e8eb;
    margin-bottom: 5px;
    color: #000000;
    cursor: pointer;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: none;
    display: inline-flex;
    font-size: 1rem;
    height: 2.5em;
    justify-content: flex-start;
    line-height: 1.5;
    padding-top: 0.5rem;
    padding-top: 0.4rem;
    padding-left: 0.7rem;
    padding-right: 0.7rem;
    padding-bottom: 0.5rem;
    position: relative;
    vertical-align: top;
    text-decoration: none;
}

.symbolcat a.active {
    border-color: #000000;
    border-width: 2px;
}


.symbolcat a:hover {
    border-color: #4a4a4a;
    color: #000
}


.tab-link {
    background: #e3e8eb;
    color: #333;
    padding: 12px 1px 0px 1px;
    font-size: 15px;
    border-radius: 5px;
    display: inline-block;
    width: 76px;
    margin: 5px 3px;
    text-align: center;
    max-width: 32%;
    border-bottom: 2px solid #ddd;
    height: 65px;
}

.tab-bar a {
    text-decoration: none;
}

.symbol-icon {
    font-size: 30px;
}



.container p {
    margin: 2rem 0rem 2rem 0rem;
}

#sybunch-list {
    width: 100%;
    margin-top: 2rem;
    padding-left: 10%;
    padding-right: 10%;
    padding-bottom: 20px;
}

@media screen and (max-width:600px) {
    #sybunch-list {
        padding-left: 5px;
        padding-right: 5px;
    }

    #sybunch-list table tr td {
        font-size: 0.9rem;
    }
}

#sybunch-list table {
    text-align: center;
    width: 100%;
    border-collapse: collapse;
}

#sybunch-list table tr td {
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
}

#sybunch-list table th {
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
}

.sybunch-symbol {
    margin-left: 5px;
    margin-bottom: 7px;
    border-radius: 8px;
    display: inline-block;
    width: 270px;
    height: 50px;
    font-size: 30px;
    line-height: 50px;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
}

@media screen and (max-width:800px) {
    .sybunch-symbol {
        width: 270px;
        height: 50px;
        font-size: 30px;
        line-height: 50px
    }
}


/* Container End */



/* copy css start */
.alctr {
    text-align: center;
    margin-left: 40%;
    margin-right: 40%
}

#samosa {
    display: none;
    max-width: 150px;
    font-size: 18px;
    font-weight: 600;
    padding: 15px;
    position: fixed;
    bottom: 20%;
    text-align: center;
    background: #5D3FD3;
    color: #fff;
    border-radius: 5px;
    animation: fadeOut ease .8s;
    -webkit-animation: fadeOut ease .8s;
}

#mmsgahh {
    display: none;
    margin: 100px auto
}

/* copy css end */

/* Sharing Button CSS Start*/

#target .sharebutton {
    width: 100%;
    height: 40px;
    padding-left: 20%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99;
    background: rgb(255, 0, 0);
}

#target .share {
    padding-top: 5px;
    display: flex;
    float: left;
    text-transform: uppercase;
    color: #777;
    margin-right: 5px;
    font-size: 12px;
}

span.sharetext {
    padding: 8px 5px 8px 10px;
}

/* Sharing Button CSS End*/

/* Sharing Button CSS Start*/

.sharethis-inline-share-buttons{
    padding: 5px 0 5px 0;
}



.resp-sharing-button__link,
.resp-sharing-button__icon {
    display: inline-block
}

.resp-sharing-button__link {
    text-decoration: none;
    color: #fff;
    margin: 0.5em
}

.resp-sharing-button {
    border-radius: 5px;
    transition: 25ms ease-out;
    padding: 0.5em 0.75em;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif
}

.resp-sharing-button__icon svg {
    width: 1em;
    height: 1em;
    margin-right: 0.4em;
    vertical-align: top
}

.resp-sharing-button--small svg {
    margin: 0;
    vertical-align: middle
}

/* Non solid icons get a stroke */
.resp-sharing-button__icon {
    stroke: #fff;
    fill: none
}

/* Solid icons get a fill */
.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
    fill: #fff;
    stroke: none
}

.resp-sharing-button--twitter {
    background-color: #55acee
}

.resp-sharing-button--twitter:hover {
    background-color: #2795e9
}

.resp-sharing-button--pinterest {
    background-color: #bd081c
}

.resp-sharing-button--pinterest:hover {
    background-color: #8c0615
}

.resp-sharing-button--facebook {
    background-color: #3b5998
}

.resp-sharing-button--facebook:hover {
    background-color: #2d4373
}

.resp-sharing-button--tumblr {
    background-color: #35465C
}

.resp-sharing-button--tumblr:hover {
    background-color: #222d3c
}

.resp-sharing-button--reddit {
    background-color: #5f99cf
}

.resp-sharing-button--reddit:hover {
    background-color: #3a80c1
}

.resp-sharing-button--google {
    background-color: #dd4b39
}

.resp-sharing-button--google:hover {
    background-color: #c23321
}

.resp-sharing-button--linkedin {
    background-color: #0077b5
}

.resp-sharing-button--linkedin:hover {
    background-color: #046293
}

.resp-sharing-button--email {
    background-color: #777
}

.resp-sharing-button--email:hover {
    background-color: #5e5e5e
}

.resp-sharing-button--xing {
    background-color: #1a7576
}

.resp-sharing-button--xing:hover {
    background-color: #114c4c
}

.resp-sharing-button--whatsapp {
    background-color: #25D366
}

.resp-sharing-button--whatsapp:hover {
    background-color: #1da851
}

.resp-sharing-button--hackernews {
    background-color: #FF6600
}

.resp-sharing-button--hackernews:hover,
.resp-sharing-button--hackernews:focus {
    background-color: #FB6200
}

.resp-sharing-button--vk {
    background-color: #507299
}

.resp-sharing-button--vk:hover {
    background-color: #43648c
}

.resp-sharing-button--facebook {
    background-color: #3b5998;
    border-color: #3b5998;
}

.resp-sharing-button--facebook:hover,
.resp-sharing-button--facebook:active {
    background-color: #2d4373;
    border-color: #2d4373;
}

.resp-sharing-button--twitter {
    background-color: #55acee;
    border-color: #55acee;
}

.resp-sharing-button--twitter:hover,
.resp-sharing-button--twitter:active {
    background-color: #2795e9;
    border-color: #2795e9;
}

.resp-sharing-button--email {
    background-color: #777777;
    border-color: #777777;
}

.resp-sharing-button--email:hover,
.resp-sharing-button--email:active {
    background-color: #5e5e5e;
    border-color: #5e5e5e;
}

.resp-sharing-button--whatsapp {
    background-color: #25D366;
    border-color: #25D366;
}

.resp-sharing-button--whatsapp:hover,
.resp-sharing-button--whatsapp:active {
    background-color: #1DA851;
    border-color: #1DA851;
}

.resp-sharing-button--telegram {
    background-color: #54A9EB;
}

.resp-sharing-button--telegram:hover {
    background-color: #4B97D1;
}

/* Sharing Button CSS End*/

/* info start */
.info-title {
    padding: 0;
    margin-top: 10px;
    background-color: #fff;
    box-shadow: 2px 2px 12px 1px #d8d8d8
}


.info-title h1 {
    background-color: #5D3FD3;
    color: #fff;
    padding: 10px;
    text-align: center
}

.info-title h2 {
    background-color: #5D3FD3;
    color: #fff;
    padding: 10px;
    text-align: center
}

.info-title .info p {
    text-align: left;
}

.info-title h3 {
    padding: 10px;
    text-align: center;
}

.info-title p {
    padding: 10px;
    text-align: center;
}

@media screen and (max-width:800px) {
    .info-title {
        margin-left: 5px;
        margin-right: 5px
    }

    .info-title h2 {
        font-size: 1.2rem;
    }

    .info p {
        font-size: 0.9rem;
    }

    .info-title p {
        font-size: 0.9rem;
    }
}

.info {
    padding: 15px
}

.info p {
    margin-bottom: 5px;
    text-align: justify
}


#symbol-list {
    width: 100%;
    margin-top: 1rem;
    padding-left: 10%;
    padding-right: 10%;
    padding-bottom: 20px;
    padding-top: 2rem;
}

@media screen and (max-width:600px) {
    #symbol-list {
        padding-left: 5px;
        padding-right: 5px;
    }

    #symbol-list table tr td {
        font-size: 0.9rem;
    }
}

#symbol-list table {
    text-align: center;
    width: 100%;
    border-collapse: collapse;
}

#symbol-list table tr td {
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
}

#symbol-list table th {
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
}

.table-symbol {
    font-size: 20px;
}

.info img {
    vertical-align: center;
    align-items: center;
    max-width: 100%;
    padding: 20px 5% 20px;
}

@media screen and (max-width: 1110px) {
    .info img {
        vertical-align: center;
        align-items: center;
        max-width: 100%;
    }
}

/* info end */



/* footer start */
.footer {
    padding: 5px;
    text-align: center;
    background: #171616;
    margin-top: 20px;
    padding-bottom: 120px;
}

.footer p {
    font-size: 15px;
}

.footer div {
    color: #cbcbcb
}


.footlinks {
    text-decoration: none;
    color: #cbcbcb;
    margin: 10px;
    font-size: 15px;
}

@media screen and (max-width:800px) {
    .footer p {
        font-size: 0.7rem;
    }

    .footer a {
        font-size: 0.7rem;
    }
}


/* footer end */

/* font page css start */

textarea {
    font-size: 1.2rem;
    padding-top: 10px;
    text-align: center;
    height: 100px;
    margin-left: 15%;
    width: 70%;
    margin-top: 5px;
    background-color: #ffffff !important;
    color: #ffffff"

}

@media screen and (max-width:800px) {
    textarea {
        margin: auto;
        width: 100%;
    }
}

#inputText {
    margin-top: 5px;
    background-color: #ffffff !important;
    color: rgb(1, 0, 65);
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    align-items: stretch;
    width: 100%;
}

.mb-3>.form-control {
    text-align: center;
    font-size: larger;
    color: #000;
    position: relative;
    flex: 1 1 auto;
    margin-bottom: 0;
}


.form-control {
    display: block;
    padding: 0.260rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.input-group-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.loadmore {
    margin: 1.5rem 0 2.5rem;
}

.loadmore,
.copybutton {
    color: rgb(0, 0, 0);
    border-color: #000000;
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
}

/* font page css end */



.tool-details {
    padding: 10px 5% 15px;
    text-align: justify;
    background-color: white;

}

.tool-details {
    width: 100%;
    float: left;
    /* text-align: center; */
    text-overflow: ellipsis;
    overflow: hidden;
    background: #fff;
    padding-bottom: 50px;
}

.tool-detail-body {
    padding: 10px 5% 20px;
    text-align: center;

}

/* #box2 ul{
	list-style-type: none;
	} */

.tool-details h2 {
    font-weight: 700;
    font-size: 2rem;
    line-height: 2.5rem;
    margin-bottom: 1rem;
    --tw-text-opacity: 1;
    color: black;
}

.tool-details h3 {
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 2.5rem;
    margin-bottom: 1rem;
    --tw-text-opacity: 1;
    color: black;
}

.tool-details img {
    vertical-align: center;
    align-items: center;
    max-width: 900px;
    padding: 20px 5% 20px;
}


#box1 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

#box2 {
    padding-top: 1rem;
    padding-bottom: 1rem;
    text-align: left;
}

#box3 {
    padding-top: 1rem;
    padding-bottom: 1rem;
    text-align: left;
}

#box4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

#box5 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

#box6 {
    padding-top: 1rem;
    padding-bottom: 1rem;
    text-align: left;
}


@media screen and (max-width: 1110px) {
    .tool-details img {
        vertical-align: center;
        align-items: center;
        max-width: 100%;
    }
}