* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
a,
button {
    font: inherit;
    text-decoration: none;
}
a {
    color: #4986f5;
}
button {
    border: 0;
}
button,
button:focus {
    outline: none;
}
a:hover {
    color: #79a6f8;
}
a:active,
a:focus {
    outline: none;
}
h1,
h2,
h3,
strong {
    font-weight: 400;
}
html {
    font-size: 14px;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    background: #20242d;
    color: #fff;
    font-family: Open Sans, sans-serif;
}
::-moz-selection {
    background: #000;
    color: #fff;
}
::selection {
    background: #000;
    color: #fff;
}
.container {
    max-width: 1064px;
    margin: 0 auto;
    padding: 20px;
}
.header1 {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding: 45px 0;
}
.about_header {
    max-width: 500px;
    position: relative;
    padding: 0 20px 0 0;
}
.about_header:before {
    content: "";
    position: absolute;
    left: -17%;
    top: -36%;
    height: 300px;
    width: 300px;
    background-image: radial-gradient(circle closest-side, rgba(73, 134, 245, 0.11), transparent);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 50%;
}
.brand_line {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    text-transform: uppercase;
    color: #828f9a;
}
.brand_line img {
    height: 48px;
    margin-right: 25px;
}
.about_subtitle {
    margin-top: 35px;
    font-size: 26px;
    font-weight: 400;
}
.about_subtitle-h3 {
    font-size: 18px;
    font-weight: 400;
    max-width: 360px;
    margin-bottom: 30px;
}
.online_stats {
    display: -webkit-box;
    display: flex;
    margin-bottom: 30px;
}
.online_stat {
    margin-right: 100px;
    font-size: 25px;
}
.online_stat:last-child {
    margin-right: 0;
}
.online_stat_label {
    position: relative;
    padding-left: 15px;
    color: #aeaeae;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    margin-bottom: 0;
}
.online_stat_label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: #4986f5;
}
.online_stat_label.gamers_in_game:before {
    background: #93f549;
}
.about_install_wrapper {
    color: #828f9a;
}
.about_install,
.about_install_wrapper {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    text-transform: uppercase;
}
.about_install {
    height: 46px;
    -webkit-box-pack: center;
    justify-content: center;
    background: #74d860;
    width: 200px;
    font-size: 15px;
    border-radius: 100px;
    margin-left: 25px;
    color: rgba(0, 0, 0, 0.6);
    font-weight: 600;
    cursor: pointer;
}
.about_install:hover {
    opacity: 0.75;
    color: rgba(0, 0, 0, 0.6);
}
.video {
    width: 532px;
    background: #20222b;
    padding: 10px 5px;
    border-radius: 10px;
    margin-left: auto;
}
.title1,
.video {
    position: relative;
}
.title1 {
    margin-bottom: 20px;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}
.title1:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 10px;
    background: #2e333f;
}
.title1-in {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding: 0 10px;
    background: #20242d;
    position: relative;
    font-weight: 400;
    font-size: 32px;
    margin-top: 6px;
    font-weight: bold;
}
.title1-in span {
    font-size: 30px;
    margin: 0 20px;
    padding-bottom: 4px;
    font-weight: 100;
    color: #2e333f;
}
.games-cards-list {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 20px);
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 15px;
}
.item {
    width: 12.5%;
    padding: 0 10px;
    margin-bottom: 20px;
    position: relative;
    opacity: 0.4;
}
.item:hover {
    opacity: 1;
}
.card-thumb {
    width: 100%;
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    display: -webkit-box;
    display: flex;
}
.card-thumb:before {
    content: "";
    display: block;
    padding-top: 74.0741%;
}
.card-thumb img {
    display: block;
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.card-name {
    position: absolute;
    right: 15px;
    bottom: 5px;
    font-weight: 400;
    font-size: 13px;
    padding: 2px 7px;
    background: rgba(32, 36, 45, 0.4);
    color: #fff;
    border-radius: 3px;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
}
.live-lenta {
    margin-bottom: 35px;
}
.live-lenta img {
    width: 100%;
    margin-top: -53px;
}
.warranty {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 20px);
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 40px;
}
.warranty-item {
    width: 25%;
    padding: 0 10px;
}
.warranty-b {
    text-align: center;
    border: 1px solid #262b35;
    padding: 30px 15px;
    border-radius: 6px;
}
.warranty-img {
    margin-bottom: 10px;
}
.warranty-img img {
    height: 48px;
    background: #fff;
    padding: 5px;
    border-radius: 4px;
}
.warranty-img svg {
    width: 48px;
    height: 48px;
}
.warranty-text {
    color: #828f9a;
    white-space: nowrap;
}
.footer {
    text-align: center;
    margin-bottom: 40px;
    border-top: 1px solid #272b38;
    padding: 30px 0;
    border-bottom: 1px solid #272b38;
}
.footer img {
    width: 120px;
}
.footer-text {
    margin: 20px 0;
    color: #828f9a;
}
.footer-btn {
    height: 46px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    background: #74d860;
    width: 260px;
    text-transform: uppercase;
    font-size: 15px;
    border-radius: 100px;
    color: rgba(0, 0, 0, 0.6);
    font-weight: 600;
    cursor: pointer;
    margin: 0 auto;
}
.footer-btn:hover {
    opacity: 0.7;
    color: rgba(0, 0, 0, 0.6);
}
.game-stats,
.game-stats .table-stats-wrap {
    overflow: hidden;
}
.game-stats {
    border-radius: 5px;
}
.game-stats,
.table-heading {
    width: 100%;
    position: relative;
}
.table-heading {
    display: table;
    border-collapse: initial;
    border-spacing: 0;
    table-layout: fixed;
    z-index: 2;
}
.table-heading .thead {
    display: table-header-group;
    vertical-align: middle;
}
.table-heading .tr {
    display: table-row;
    vertical-align: inherit;
}
.table-heading .th {
    display: table-cell;
    vertical-align: inherit;
    color: #5e6a7f;
    font-size: 12px;
    text-transform: uppercase;
    padding: 10px 0;
    border-bottom: 1px solid #303643;
}
.game-stats .th:nth-last-child(2) {
    text-align: center;
}
.table-heading .th:last-child {
    text-align: right;
}
.game-stats .table-wrap {
    will-change: transform;
}
.table,
.table-wrap {
    overflow: hidden;
    border-radius: 0 0 5px 5px;
}
.table-wrap {
    position: relative;
}
.table {
    color: #fff;
    width: 100%;
    border-spacing: 0;
    border-collapse: initial;
    table-layout: fixed;
}
.game-stats table tbody tr {
    height: 52px;
}
.game-stats table tbody tr:last-child td {
    border-bottom: 0;
}
.table tr {
    padding: 0 12px;
}
.game-stats table tbody tr td {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    border-bottom: 1px solid #303643;
    letter-spacing: 0.2px;
    padding: 6px 0;
}
.game-stats .game-data,
.game-stats .game-data .game-icon {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}
.game-stats .game-data .game-icon {
    color: #5e6a7f;
    margin-right: 6px;
    width: 24px;
    text-align: center;
}
.game-stats .game-data .game-icon svg {
    width: 22px;
    height: 22px;
}
.game-stats .game-data .btn-icon {
    padding: 0;
    background: transparent;
}
.game-stats .game-data .game-info .btn-name {
    /*background: transparent;*/
    padding: 2px 3px;
    font-size: 14px;
    line-height: 14px;
    color: #fff;
    text-transform: capitalize;
    display: block;
    /*margin: 2px 0 -1px;*/
    /*cursor: default;*/
}
.game-stats .game-data .game-info button {
    color: #545b70;
    font-size: 12px;
    font-weight: 400;
    padding: 0;
}
.table .btn-link {
    color: #7d8a98;
    font-size: 13px;
    padding: 0;
    font-weight: 400;
    cursor: default;
    background: transparent;
}
.sanitize-name,
.sanitize-user {
    color: #7d8a98;
    position: relative;
    white-space: nowrap;
}
.sanitize-user {
    white-space: nowrap;
    display: inline;
}
.bet-number {
    display: inline-block;
    padding-left: 22px;
}
.bet-number .bet-wrap {
    display: inline-block;
    position: relative;
}
.bet-number .bet-wrap > span {
    display: -webkit-box;
    display: flex;
}
.bet-number .bet-wrap .won {
    color: #62ca5b;
}
.bet-number .bet-wrap .tied {
    color: #5e6a7e;
}
.bet-number.rtl svg {
    left: auto;
    right: -19px;
}
.bet-number svg {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -21px;
    font-size: 15px;
    color: #5e6a7f;
}
.bet-number.rtl {
    padding: 0 20px 0 0;
}
.icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
}
.game-stats table tbody tr td:nth-last-child(2) {
    text-align: center;
}
.game-stats table tbody tr td:last-child {
    text-align: right;
}
.game-stats .username.anonymous span {
    font-style: italic;
    line-height: 1.2;
    font-size: 13px;
    color: #7d8a98;
    font-weight: 400;
}
.bonuses {
    display: -webkit-box;
    display: flex;
    margin-bottom: 25px;
}
@media (max-width: 800px) {
    .bonuses {
        flex-wrap: wrap;
    }
    .bonuses .bonus-item {
        width: 50%;
    }
}
@media (max-width: 460px) {
    .bonuses {
        flex-wrap: wrap;
    }
    .bonuses .bonus-item {
        width: 100%;
    }
}
.bonus-img {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}
.bonus-img img {
    height: 50px;
}
.bonus-item {
    width: 25%;
    color: #828f9a;
}
.bonus-item span {
    color: #fff;
    font-weight: 700;
    display: block;
    margin: 5px 0;
    text-align: center;
}
.bonus-item:not(:last-child) .bonus-b {
    border-right: 0;
}
.bonus-b {
    padding: 15px;
    text-align: center;
}
.copyright {
    text-align: center;
    color: #7d8a98;
    padding: 0 0 30px;
}
.provably-fair {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 30px;
}
.provably-fair .left-image {
    margin-right: 50px;
}
@media (max-width: 800px) {
    .provably-fair .left-image {
        display: none;
    }
}
.section-heading .subtitle {
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 8px;
    background: -webkit-gradient(linear, right top, left top, from(#4986f5), to(#3d71d0));
    background: linear-gradient(270deg, #4986f5, #3d71d0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.section-heading .title {
    font-size: 40px;
    line-height: 40px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 10px;
}
@media (max-width: 800px) {
    .section-heading .title {
        font-size: 30px;
    }
}
.section-heading .text {
    font-size: 18px;
    line-height: 25px;
    font-weight: 300;
}
.section-heading .mybtn1 {
    margin-top: 15px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 14px 35px;
    display: inline-block;
    color: #fff;
    border: 0;
    border-radius: 50px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    background-image: -webkit-gradient(linear, right top, left top, from(#4986f5), to(#3d71d0));
    background-image: linear-gradient(270deg, #4986f5, #3d71d0);
}
.section-heading .mybtn1:hover {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    background-image: -webkit-gradient(linear, left top, right top, from(#4986f5), to(#3d71d0));
    background-image: linear-gradient(90deg, #4986f5, #3d71d0);
}
.section-heading img {
    max-width: 100%;
}
.fair-page {
    margin-top: 20px;
    color: #b8c4ce;
    font-size: 16px;
    line-height: 25px;
}
.fair-page h1,
.fair-page h2,
.fair-page h3 {
    color: #fff;
    margin-bottom: 10px;
    font-weight: 400;
}
.fair-page .fair-h3 {
    font-weight: 400;
}
.fair-page h3 {
    font-size: 23px;
    margin: 10px 0;
    font-weight: 700;
}
.fair-page .image {
    float: left;
    margin-right: 20px;
}
.inner-page {
    color: #b8c4ce;
}
.inner-page .head {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
}
.games-text {
    -webkit-box-align: center;
    align-items: center;
    max-width: 700px;
    margin: auto;
}
.games-text,
.text-left {
    text-align: left;
}
.games-page {
    margin-top: 25px;
    text-align: center;
}
.games-page .image-block {
    height: 300px;
    width: 300px;
    border-radius: 50%;
    overflow: hidden;
    margin: 25px auto;
    background-size: cover;
}
.games-page h1 {
    text-align: center;
}
.games-page h3 {
    margin-bottom: 5px;
}
.games-page h1,
.games-page h2,
.games-page h3,
.games-page h4 {
    color: #fff;
}
.games-page .limits {
    text-align: left;
    width: 100%;
}
.games-page .limits strong {
    color: #fff;
}
.games-page .list {
    padding: 0;
    margin: 0;
    list-style: none;
}
.games-page .list-strategy li {
    margin-bottom: 15px;
}
.games-page .list-strategy li:last-child {
    margin-bottom: 0;
}
@media (max-width: 1000px) {
    .header1 {
        padding: 20px 0;
    }
    .brand_line img {
        height: 34px;
    }
    .about_subtitle {
        font-size: 20px;
        margin: 25px 0;
        line-height: 24px;
    }
    .video {
        width: 400px;
    }
    .online_stats {
        margin-bottom: 25px;
    }
    .online_stat {
        font-size: 22px;
    }
    .about_install {
        height: 44px;
    }
    .item {
        width: 12.5%;
        padding: 0 5px;
        margin-bottom: 10px;
    }
    .live-lenta,
    .title1 {
        margin-bottom: 25px;
    }
    .games-cards-list {
        width: calc(100% + 10px);
        margin-left: -5px;
        margin-right: -5px;
        margin-bottom: 5px;
    }
    .warranty-item {
        padding: 0 5px;
    }
    .warranty {
        width: calc(100% + 10px);
        margin-left: -5px;
        margin-right: -5px;
        margin-bottom: 35px;
    }
    .warranty-b {
        padding: 25px 15px;
        border-radius: 5px;
    }
    .warranty-img {
        margin-bottom: 10px;
    }
    .footer {
        margin-bottom: 20px;
    }
    .footer img {
        width: 100px;
    }
    .footer-text {
        margin: 15px 0;
        color: #828f9a;
    }
    .footer-btn {
        height: 44px;
    }
}
@media (max-width: 768px) {
    .header1 {
        position: relative;
        display: block;
        padding: 10px 0 15px;
    }
    .about_header {
        position: relative;
        padding: 0 0 20px;
        margin: auto;
    }
    .brand_line img {
        height: 32px;
        margin-right: auto;
    }
    .about_subtitle {
        font-size: 17px;
        margin: 15px 0;
        line-height: 22px;
    }
    .online_stats {
        display: -webkit-box;
        display: flex;
        margin-bottom: 15px;
        justify-content: space-around;
    }
    .online_stat {
        font-size: 21px;
        margin: 0;
    }
    .online_stat_label {
        font-size: 13px;
        margin-bottom: 0;
    }
    .about_install_wrapper {
        display: block;
        text-align: center;
    }
    .about_install {
        margin: 10px 0 0;
        border-radius: 5px;
        width: 100%;
    }
    .video {
        width: 100%;
        background: none;
        padding: 0;
        border-radius: 0;
        margin-left: 0;
    }
    .title1 {
        font-size: 13px;
        margin-bottom: 15px;
    }
    .title1-in {
        padding: 0 15px;
    }
    .title1-in span {
        display: none;
    }
    .item {
        width: 25%;
    }
    .card-thumb {
        border-radius: 4px;
    }
    .card-name {
        right: 9px;
        bottom: 4px;
        font-size: 11px;
        padding: 1px 5px;
        border-radius: 2px;
    }
    .live-lenta {
        margin-bottom: 15px;
    }
    .warranty-b {
        padding: 15px;
        font-size: 13px;
    }
    .warranty-item {
        width: 50%;
        padding: 0 5px 10px;
    }
    .warranty-img {
        margin-bottom: 8px;
    }
    .warranty-img img {
        height: 42px;
        background: #fff;
        padding: 4px;
        border-radius: 3px;
    }
    .warranty {
        margin-bottom: 15px;
    }
    .footer {
        padding: 30px 25px;
        margin-bottom: 5px;
    }
    .footer-text {
        margin: 8px 0 10px;
        font-size: 13px;
    }
    .footer-btn {
        width: 100%;
        border-radius: 5px;
    }
    .username .sanitize-text {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        max-width: 90px;
        display: inline-block;
    }
    .game-stats .game-data .game-icon {
        display: none;
    }
}
@media (max-width: 540px) {
    .game-stats table tbody tr td:nth-child(3),
    .table-heading .th:nth-child(3) {
        display: none;
    }
}
@media (max-width: 340px) {
    .game-stats table tbody tr td:nth-child(2),
    .table-heading .th:nth-child(2) {
        display: none;
    }
}
@media (max-width: 360px) {
    .brand_line {
        font-size: 13px;
    }
    .brand_line img {
        height: 30px;
    }
    .about_subtitle {
        font-size: 15px;
        line-height: 20px;
    }
    .online_stat {
        font-size: 19px;
    }
    .games-cards-list {
        width: calc(100% + 6px);
        margin-left: -3px;
        margin-right: -3px;
        margin-bottom: 3px;
    }
    .card-thumb {
        border-radius: 3px;
    }
    .item {
        padding: 0 3px;
        margin-bottom: 6px;
        opacity: 0.4;
    }
    .card-name {
        right: 6px;
        bottom: 2px;
        font-size: 9px;
        padding: 1px 4px;
    }
    .warranty-b {
        padding: 15px;
        border-radius: 4px;
        line-height: 16px;
    }
    .title1,
    .warranty-b {
        font-size: 12px;
    }
}
/* --- topbar --- */
.topbar {
    border-bottom: 1px solid #272b38;
    background: #1c2029;
}
.topbar-in {
    max-width: 1064px;
    margin: 0 auto;
    padding: 12px 20px;
    display: flex;
    align-items: center;
    gap: 20px;
}
.topbar .brand img {
    display: block;
    height: 30px;
    width: auto;
}
.topnav {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    margin-right: auto;
}
.topnav a {
    color: #828f9a;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}
.topnav a:hover,
.topnav a.is-active {
    color: #fff;
}
.langswitch {
    position: relative;
    margin-left: auto;
}
.langswitch summary {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    list-style: none;
    padding: 7px 12px;
    border: 1px solid #2e333f;
    border-radius: 5px;
    color: #b8c4ce;
    font-size: 13px;
}
.langswitch summary::-webkit-details-marker {
    display: none;
}
.langswitch summary:hover {
    border-color: #4986f5;
    color: #fff;
}
.icon-globe {
    width: 16px;
    height: 16px;
}
.langlist {
    position: absolute;
    right: 0;
    top: calc(100% + 6px);
    z-index: 20;
    min-width: 180px;
    margin: 0;
    padding: 6px 0;
    list-style: none;
    background: #262b35;
    border: 1px solid #2e333f;
    border-radius: 6px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.45);
}
.langlist a,
.langlist .is-current {
    display: block;
    padding: 7px 16px;
    font-size: 14px;
    color: #b8c4ce;
}
.langlist a:hover {
    background: #2e333f;
    color: #fff;
}
.langlist .is-current {
    color: #4986f5;
}

/* --- content --- */
.brand_line img {
    width: auto;
}
.warranty-text {
    white-space: normal;
}
.article {
    max-width: 800px;
    margin: 0 auto 40px;
}
.article h2 {
    font-size: 28px;
    margin: 30px 0 10px;
    font-weight: 700;
}
.article h3 {
    font-size: 21px;
    margin: 22px 0 8px;
}
.article p {
    margin-bottom: 14px;
}
.article ul,
.article ol {
    margin: 0 0 16px 22px;
}
.article li {
    margin-bottom: 8px;
}
.article table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
    font-size: 15px;
}
.article th,
.article td {
    border: 1px solid #2e333f;
    padding: 9px 12px;
    text-align: left;
}
.article th {
    background: #262b35;
    color: #fff;
}
.article .lead {
    font-size: 18px;
    color: #fff;
    margin-bottom: 20px;
}
.faq-item {
    border-bottom: 1px solid #2e333f;
    padding: 12px 0;
}
.faq-item summary {
    cursor: pointer;
    color: #fff;
    font-size: 17px;
}
.faq-answer {
    padding-top: 10px;
}
.page-cta {
    margin: 30px 0 10px;
    text-align: center;
}
.disclaimer {
    max-width: 800px;
    margin: 0 auto 10px;
    font-size: 12px;
    line-height: 18px;
}
:lang(hi) body,
:lang(hi) .article {
    font-family: "Open Sans", "Noto Sans Devanagari", "Nirmala UI", system-ui, sans-serif;
}
@media (max-width: 768px) {
    .topbar-in {
        flex-wrap: wrap;
        gap: 10px;
    }
    .topnav {
        order: 3;
        width: 100%;
        gap: 14px;
        font-size: 13px;
    }
}

.article h1 {
    font-size: 38px;
    line-height: 1.15;
    font-weight: 800;
    margin-bottom: 12px;
}
.article strong,
.article b {
    font-weight: 700;
    color: #fff;
}
@media (max-width: 768px) {
    .article h1 {
        font-size: 28px;
    }
    .article h2 {
        font-size: 23px;
    }
}
