body {
    background: url(https://kilat.digital/images/2024/01/02/d38525a61af04b5ef83c8cd5678994f5.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color: #0a0e15;
}

body {
    width: auto;
    margin: 0;
    padding: 0;
    color: white;
    text-decoration: none;
    font-family; helvetica;

}

.grup1 p {
    margin-left: 50px;

}

.container {
    margin: auto;
    width: 100%;
    background: white;
    overflow: hidden;
    max-width: 1200px;
    text-align: center;
    background-color: #00000000;
    padding: 0;
}

amp-img {
    pointer-events: none;
}


.table {
    background: rgb(255 255 255);
    margin: 18px;
    padding: 30px;
    border-radius: 50px;
    color: black;
    -moz-border-radius-topleft: 7px;
    -webkit-border-top-left-radius: 7px;
    border-top-left-radius: 7px;
    -moz-border-radius-topright: 7px;
    -webkit-border-top-right-radius: 7px;
    border-top-right-radius: 7px;
    -moz-border-radius-bottomleft: 7px;
    -webkit-border-bottom-left-radius: 7px;
    border-bottom-left-radius: 7px;
    -moz-border-radius-bottomright: 7px;
    -webkit-border-bottom-right-radius: 7px;
    border-bottom-right-radius: 7px;
    pointer-events: none;

}

.table-line {
    width: 100%;
    border-collapse: collapse;
    box-shadow: white;
    font-size: 11px;
}

.table-line th {
    background: white;
    color: black;
    padding: 1em;
    text-align: left;
    text-transform: uppercase;
    text-align: center;

}

.table-line td {
    border-bottom: 1px solid #ff0000;
    color: black;
    padding: 1em;
    text-align: center;

}

.grup1 {
    text-align: left;
}

nav {

    justify-content: center;
    background-color: #ddd;
}

.nav-links {
    display: flex;
    justify-content: center;
    background-color: black;
    color: white
}

.nav-links li {
    display: inline-block;
    border: 2px solid #000;
    border-radius: 5px;
    padding: 10px;
    position: sticky;


}

.logo img {
    width: 300px;
    height: 300px;
}

.logo {
    text-align: center;
}

.nav-links li a {
    text-decoration: none;
    color: #fff;
    background: #0e203e;
    padding: 10px 25px;
    position: relative;
    font-size: 0.8em;
    color: white;
    position: relatif;
}

.menu-toggle {
    display: flex;
    flex-direction: column;
    height: 20px;
    justify-content: space-between;
    position: relative;
}

.menu-toggle input {
    position: absolute;
    width: 40px;
    height: 28px;
    left: -5px;
    top: -5px;
    opacity: 0;
}

.menu-toggle span {
    display: block;
    width: 28px;
    height: 3px;
    background: #777;
    border-radius: 3px;
}

.nav-links li a::after {
    content: '';
    background: #ff3d00;
    width: 0;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: width 0.5s;
}

.nav-links li a:hover::after {
    width: 100%;
}

.jadwal {
    background: white;
    color: black;


}

.tanggal {
    text-align: left;
}

* {
    box-sizing: border-box;
}

/* Create three equal columns that floats next to each other */
.column {
    float: left;
    width: 33.33%;
    padding: 10px;
    height: 150px;
    /* Should be removed. Only for demonstration */
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

.kotak {
    margin: 20px;
    border-radius: 10px;
    background-color: white;
    color: black;
}

.nav-item {
    font-weight: bold;
}

amp-video {
    opacity: 1.0;
}

#myVideo {
    position: flex;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
}

/* Add some content at the bottom of the video/page */
.content {
    position: fixed;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    color: #f1f1f1;
    width: 100%;
    padding: 20px;
}

/* Style the button used to pause/play the video */
#myBtn {
    width: 200px;
    font-size: 18px;
    padding: 10px;
    border: none;
    background: #000;
    color: #fff;
    cursor: pointer;
}

.DQ8n4a_root .DQ8n4a_root {
    object-fit: fill;
}

#myBtn:hover {
    background: #ddd;
    color: black;
}


.nobarseru iframe {
    height: 700px;
    width: 100%;
}

.open-button {
    background-color: #f00;
    color: white;
    padding: 5px 20px;
    border: none;
    cursor: pointer;
    opacity: 0.8;
    position: fixed;
    bottom: 23px;
    right: 28px;
    width: 280px;
    transition: 0.5s;
}

.close-button {
    background-color: #f00;
    color: white;
    padding: 5px 20px;
    border: none;
    cursor: pointer;
    position: unset;
    bottom: 23px;
    right: 54px;
    width: 304px;
}

/* The popup chat - hidden by default */
.chat-popup {
    display: none;
    position: fixed;
    bottom: 0;
    right: 15px;
    z-index: 9;
}


/* Add styles to the form container */
.form-container {
    max-width: 300px;

}


/* Full-width textarea */
.form-container textarea {
    width: 100%;
    padding: 15px;
    margin: 5px 0 22px 0;
    border: none;
    background: #f1f1f1;
    resize: none;
    min-height: 200px;
}

/* When the textarea gets focus, do something */
.form-container textarea:focus {
    background-color: #ddd;
    outline: none;
}

/* Set a style for the submit/send button */
.form-container .btn {
    background-color: #04AA6D;
    color: white;
    padding: 16px 20px;
    border: none;
    cursor: pointer;
    width: 100%;
    margin-bottom: 10px;
    opacity: 0.8;
}

/* Add a red background color to the cancel button */
.form-container .cancel {
    background-color: red;
}

.iframe {
    width: 100%;
    height: 600px;
}


/* Add some hover effects to buttons */
.form-container .btn:hover,
.open-button:hover {
    opacity: 1;
}


@media only screen and (max-width: 660px) {
    .mobile {
        display: none
    }



    h3 {
        font-size: 15px;
    }

    h2 {
        font-size: 15px;
    }

    p {
        margin-bottom: 0
    }

    .btn {
        font-size: 10px;
    }

    .footer li,
    ul,
    a {
        font-size: 13px;
    }

    .nobarseru iframe {
        height: 290px;
        width: 100%;
    }

    .footerflex {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        align-items: stretch;
        justify-content: center;
    }
    .bobo {
    height: 200px;
}

}

.nav-item .nav-link {
    padding: 6px
}

.navbar {
    background:linear-gradient(0deg, #003e97 0%, #001f42 100%);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}

.navbar {
    position: sticky;
    top: 0;
    z-index: 999;
    transition: top 0.3s ease-in-out;
}

.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    animation: fadeInDown 0.3s ease-in-out;
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 10px
}


footer p,
footer h5,
footer li {
    text-align: left;
    margin-left: 30px
}

#frame {
    height: 500px;

}

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    z-index: 100;
    display: none;
}

.cnt223 a {
    text-decoration: none;
}

.popup {
    width: 100%;
    margin: 0 auto;
    display: none;
    position: fixed;
    z-index: 101;
}

.cnt223 {
    min-width: 600px;
    width: 600px;
    min-height: 150px;
    margin: 100px auto;
    background: #f3f3f3;
    position: relative;
    z-index: 103;
    padding: 15px 35px;
    border-radius: 5px;
    box-shadow: 0 2px 5px #000;
}

.cnt223 p {
    clear: both;
    color: #555555;
    /* text-align: justify; */
    font-size: 20px;
    font-family: sans-serif;
}

.cnt223 p a {
    color: #d91900;
    font-weight: bold;
}

.cnt223 .x {
    float: right;
    height: 35px;
    left: 22px;
    position: relative;
    top: -25px;
    width: 34px;
}

.cnt223 .x:hover {
    cursor: pointer;
}

.tombol {
    display: inline;
    align-items: center;
    background-color: rgb(0 41 255);
    width: 100%;
    border-radius: 5px;
    height: 38px;
    cursor: pointer;
    padding: 5px 20px;
    max-width: 128px;
    color: rgb(255 255 255);
    font-weight: 700;
    font-family: arial;
    text-transform: uppercase;
    text-decoration: none;
    transition: background .3s, transform .3s, box-shadow .3s;
    will-change: transform;
    min-width: 80px;
    border: 0 solid rgb(255 255 255);
    line-height: 12px;
    animation: blinking .5s infinite;
    transition: all .4s
}

.tombol:active {
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .1);
    transform: translate3d(0, 1px, 0)
}

.container1 {
    margin: auto;
    width: 100%;
    overflow: hidden;
    max-width: 1200px;
    text-align: center;

    padding: 0;
}


.close {
    position: absolute;
    top: 0px;
    right: 0px;
    background-color: red;
    color: white;
    text-transform: uppercase;
}

@keyframes blinking {
    0% {
        border: 3.5px solid #fff
    }

    100% {
        border: 3.5px solid #ff0000;
    }
}


.social {
    left: 0;
    width: 0;
    position: fixed;
    top: 87px;
    z-index: 9999999999;
}

.social ul {
    padding: 0px;
    -webkit-transform: translate(-130px, 0);
    -moz-transform: translate(-130px, 0);
    -ms-transform: translate(-130px, 0);
    -o-transform: translate(-130px, 0);
    transform: translate(-130px, 0);
}

.social ul li {
    display: block;
    margin: 15px;
    margin-left: 0px;
    background: rgba(0, 0, 0, 0.86);
    width: 189px;
    text-align: right;
    padding: 4px;
    -webkit-border-radius: 0 20px 20px 0;
    -moz-border-radius: 0 20px 20px 0;
    border-radius: 0 20px 20px 0;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    height: 53px;
    border: groove 3px #0ae7d3;
}

.social ul li:hover {
    -webkit-transform: translate(110px, 0);
    -moz-transform: translate(110px, 0);
    -ms-transform: translate(110px, 0);
    -o-transform: translate(110px, 0);
    transform: translate(110px, 0);
    background: rgba(95, 95, 95, 0.7);
}

.social ul li:hover a {
    color: #fff;
}

.social ul li:hover i {
    color: #fff;
    background: rgba(0, 0, 0, 0.86);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.social ul li i {
    margin-left: 10px;
    color: #000;
    background: #fff;
    padding: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    font-size: 20px;
    background: #ffffff;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}



#mask {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9000;
    display: none;
}

#boxes .window {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    display: none;
    z-index: 9999;
    padding: 20px;
    border-radius: 15px;
    text-align: center;
}

#boxes #dialog {
    width: 419px;
    height: 450px;
    padding: 10px;
    background-color: #ffffff;
    font-family: 'Segoe UI Light', sans-serif;
    font-size: 15pt;
}

#popupfoot {
    font-family: "Segoe UI", sans-serif;
    font-size: 16pt;
    padding: 10px 20px;
}

#popupfoot a {
    text-decoration: none;
}

.agree:hover {
    background-color: #D1D1D1;
}

.popupoption:hover {
    background-color: #D1D1D1;
    color: green;
}

.popupoption2:hover {

    color: red;
}

.flex {

    display: flex;
    align-items: center;
}

.flex1 {

    display: flex;
    align-items: center;
}

.nonepc {
    display: none;
}




ul#post-list {
    list-style: none;
    padding: 0;
}

ul#post-list li {
    margin-bottom: 20px;
}

ul#post-list li a {
    text-decoration: none;
    font-size: 18px;
    transition: color 0.3s ease;
    display: block;
    padding: 10px;
    border-radius: 5px;
}

ul#post-list li a:hover {
    background-color: #00ffcc;
    color: #ffffff;
}

.highlight {
    background-color: #ff0066;
}

.highlight a {
    background-color: #ff0066;
    color: #ffffff;
}

.highlight a:hover {
    background-color: #ff99cc;
}

/* Menambahkan gaya untuk konten highlight */
.highlight-content {
    display: none;
    margin-top: 10px;
    padding: 10px;
    border-radius: 5px;
    background-color: #ff99cc;
    color: #ffffff;
}

.highlight.show-content {
    display: block;
}

.artikel {
    background: linear-gradient(0deg, #000000 0%, #003f9b 100%);
    text-align: justify;
    padding: 20px;
}

.artikel h1 {
    font-size: 25px;
    text-align: center;
    color: yellow;
    font-weight: bold;
}

.artikel h2 {
    font-size: 25px;
    text-align: center;
    color: yellow;
    font-weight: bold;
}

.artikel h3 {
    font-size: 25px;
    text-align: center;
    color: yellow;
    font-weight: bold;
}

.artikel h4 {
    font-size: 25px;
    text-align: center;
    color: yellow;
    font-weight: bold;
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 15px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}

.breadcrumb {
    background: #273457;
    background: -moz-linear-gradient(top, #273457 0%, #1e2a48 100%);
    background: -webkit-linear-gradient(top, #273457 0%, #1e2a48 100%);
    background: linear-gradient(to bottom, #273457 0%, #1e2a48 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#273457', endColorstr='#1e2a48', GradientType=0);
    border-bottom: 2px solid #99b8ec;
    color: #5b7092;
}

.breadcrumb {
    background: #0b366b;
    border-bottom: 2px solid #1e4575;
}

.breadcrumb>li {
    display: inline-block;
}

.breadcrumb>.active {
    color: white;
}

.breadcrumb>.active {
    color: #777;
    text-transform: capitalize;
}


@media only screen and (max-width: 660px) {
    .flex {

        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .flex1 {

        display: flex;
        align-items: center;
        flex-direction: row;
    }


    .cnt223 {
        min-width: 293px;
        width: 283px;
        min-height: 145px;
        margin: -17px auto;
        background: #f3f3f3;
        position: static;
        z-index: 103;
        padding: 15px 35px;
        border-radius: 5px;
        box-shadow: 0 2px 5px #000;
    }

    #boxes #dialog {
        width: 350px;
        height: 418px;
        padding: 10px;
        background-color: #ffffff;
        font-family: 'Segoe UI Light', sans-serif;
        font-size: 15pt;
    }

    .nonehp {
        display: none;
    }

    .nonepc {
        display: block;
    }

    .artikel h1 {
        font-size: 19px;
    }

    .artikel h2 {
        font-size: 17px;
    }

    .artikel h3 {
        font-size: 14px;
    }

    .artikel p {
        font-size: 12px;
    }

    .artikel li {
        font-size: 12px;
        margin: 10px 0px
    }
}

.nav-item {
    margin: 0px 20px;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
        justify-content: center;
    }
}

p.date-p {
    width: 120px;
    font-family: 'Rubik', arial, sans-serif;
    letter-spacing: 1px;
    color: white;
    text-align: center;
    border-radius: 10px;
    background: #102f59;
    flex-basis: 10%;
    padding: 5px;
    margin: 13px 13px;
}

p.date-p:hover {
    background: #ffffff;
}

div#page-inner {
    background: #212121;
}

.match-list {
    font-size: 1.3rem;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
    border-radius: 10px;
    color: #feffff;
    padding: 37px 0 10px 0;
    /* margin: 10px 0 10px 0; */
    align-content: stretch;
    flex-direction: column;
    background: #003481;
    border-bottom: 1px solid;
    border-radius: 0px;
}

.match-list .live-button {
    text-decoration: none;
    color: white;
    background: #1c773a;
    flex-basis: 17%;
    font-family: 'Rubik', arial, sans-serif;
    font-size: 14px;
    text-align: center;
    border-radius: 5px;
    padding: 10px;
    margin: 10px;
}

.match-list .match-data {
    flex-basis: 75%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    align-content: center;
    flex-wrap: nowrap;
    margin: 10px;
    animation: rainbowBorder 10s linear infinite;
}

@keyframes rainbowBorder {
  0% {
    border: 1px solid gold;
}
100% {
    border: 1px solid white;
}
}

.liga-name {
    color: #e5fd9c;
    font-size:1.5rem;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
}

.match-data .playing-now {
    display: flex;
    align-content: flex-start;
    justify-content: center;
    align-items: center;
    width: 100%;
        margin-top: 20px;
}

.w-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    text-align: center;
}

.w-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    text-align: center;
}

.team-name {
    margin: 10px;
}


.breadcrumb {
    background: #000000;
    border-bottom: 2px solid #ffffff;
}

/*/* Gaya untuk daftar breadcrumb */
ul.breadcrumb {
    list-style: none;
    padding: 0;
    margin: 10px 0;
}

/* Gaya untuk setiap item breadcrumb */
ul.breadcrumb li {
    display: inline;
    font-size: 14px;
}

/* Gaya untuk tautan dalam item breadcrumb */
ul.breadcrumb li a {
    color: #FFFFFF;
    /* Warna teks tautan */
    text-decoration: none;
    padding: 5px 10px;
    border-radius: 5px;
    /* Bentuk pinggiran */
    background-color: #343A40;
    /* Warna latar belakang gelap */
}


/* Gaya untuk tautan pada item breadcrumb aktif */
ul.breadcrumb li.active a {
    color: #FFFFFF;
    /* Warna teks tautan pada item aktif */
}

.breadcrumb>.active {
    color: #ffffff;
    text-transform: capitalize;
    margin-left: 10px
}

.navbar-dark .navbar-nav .nav-link {
    color: white;
}

.navbar-nav {
    display: flex;
    flex-direction: row;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    justify-content: space-evenly;
}

.img-bola {
    width: 300px;
    height: 100px;
    margin: 17px 0px;
}


.nav-item {
    border-radius: 10px;
    padding: 0px 18px;
}

.nav-item .nav-link {
    width: 100%;
    color: white;
}

.nav-item .nav-link:hover {
    color: yellow;
}

@media only screen and (max-width: 768px) {
    .match-list {
        flex-direction: column;
    }

    .match-list .match-data {
        flex-basis: 100%;
        align-items: center;
        justify-content: center;
    }

    .match-list .live-button {
        flex-basis: 90%;
        width: 90%;
        order: 2;
    }
    div.score {
    font-size: 19px;
}

    .team-name {
        font-size: 13px;
    }

    .nav-item {
        margin: 5px 0px;
    }

    .navbar-brand {
        margin-right: 0px;
    }

    .img-bola {
        width: 150px;
        height: 50px;
        margin: 17px 0px;
    }

    .nav-item {
        margin: 0px;
        border-radius: 10px;
        padding: 0px 7px;
    }
}



ul.navbar-nav {
    margin: 2px
}

/* Gaya untuk tabel pertandingan */
.match-table {
    border-collapse: collapse;
    margin: 10px;
}

.match-table th,
.match-table td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: center;
}

.match-table th {
    background-color: #102f59;
    font-weight: bold;
}

.match-table tr:hover {
    background-color: #000000;
}

/* Gaya untuk logo tim */
.team-logo {
    vertical-align: middle;
    margin: 10px 15px;
    width: 55px;
    /* border-radius: 616px; */
    height: 55px;
    
}

/* Gaya untuk bagian pertandingan yang sedang berlangsung */
.match-data {
    margin-bottom: 10px;
    border: 1px solid #ddd;
    padding: 10px;
    background-color: background: rgb(2,8,152);
    background: linear-gradient(152deg, rgb(0 6 135) 0%, rgb(0 4 19 / 90%) 100%);
    border-radius: 10px 18px;
}

/* Gaya untuk bagian tanggal */
.date-p {
    font-size: 18px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 10px;
}

/* Gaya untuk pesan jika tidak ada pertandingan sedang berlangsung */
.no-live-match {
    font-style: italic;
    color: #777;
    margin-top: 10px;
}

@media screen and (max-width: 768px) {

.liga-name {
    font-size:1rem;
}
    .match-table th,
    .match-table td {
        padding: 5px;
        font-size: 12px;
    }

    .team-logo {
        width: 20px;
        height: 20px;
        margin:0;
    }

    .match-data {
        padding: 5px;
    }

    .date-p {
        font-size: 16px;
        margin-top: 10px;
        margin-bottom: 5px;
    }
}

.live-now {
    font-size: 18px;
    /* Ukuran font */
    font-weight: bold;
    /* Ketebalan font */
    text-align: center;
    /* Pusatkan teks secara horizontal */
    animation: rainbowBlink 3s infinite;
    background-color: #0000008f !important;
}

.bandargol {
    background: #00000099;
}

@keyframes rainbowBlink {
    0% {
        color: red;
    }

    /* Frame ke-0 */
    14% {
        color: orange;
    }

    /* Frame ke-1 */
    28% {
        color: yellow;
    }

    /* Frame ke-2 */
    42% {
        color: green;
    }

    /* Frame ke-3 */
    57% {
        color: rgb(0, 217, 255);
    }

    /* Frame ke-4 */
    71% {
        color: rgb(149, 0, 255);
    }

    /* Frame ke-5 */
    85% {
        color: rgb(255, 0, 255);
    }

    /* Frame ke-6 */
    100% {
        color: red;
    }

    /* Kembali ke frame ke-0 */
}

img.goalls {
    position: fixed;
    width: 100px;
}
a.button-nonton {
    background: #001b6d;
    color: white;
    text-decoration: none;
    font-weight: bold;
    padding: 5px 20px;
    border: 4px solid #003fff;
    border-radius: 10px;
}
.row1 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
}
@media only screen and (max-width: 600px) {
    p {
        margin-bottom: 1rem;
    }

    p.date-p {
        margin: 6px 5px;
        font-size: 13px;
    }

    .match-table th,
    .match-table td {
        padding: 5px;
        font-size: 11px;
    }
    .row1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
}
}
