html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

main {
    display: block;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

.container-game {
    width: 1370px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (max-width: 1399px) {
    .container-game {
        width: 1140px;
    }
}

@media (max-width: 1199px) {
    .container-game {
        width: 960px;
    }
}

@media (max-width: 991px) {
    .container-game {
        width: 100%;
    }
}

/* Thiet lap quang cao*/
.ads {
    width: 100%;
}

.ads-margin {
    width: fit-content;
    margin: auto;
}

.ads-left {
    display: none;
    position: absolute;
    top: 155px;
    left: 0;
    text-align: left;
    height: 600px;
}

.ads-right {
    display: none;
    position: absolute;
    top: 155px;
    right: 0;
    text-align: right;
}

.ads-content {
    height: 600px;
}

.ads-box {
    width: fit-content;
}

.ads-title {
    display: block;
    text-align: center;
    background: transparent;
    font-size: 11px;
    margin: 0;
    padding: 0;
    color: #b3b3b3;
    opacity: 0.6;
}

.horizontal-title {
    text-align: left !important;
}

.ads, .ads-left, .ads-right {
    z-index: 100;
}

@media (min-width: 1340px) {
    .ads-left {
        display: block;
    }

    .ads-right {
        display: block;
    }

    .ads-content {
        width: 160px;
    }
}

@media (min-width: 1880px) {
    .ads-left {
        display: block;
    }

    .ads-right {
        display: block;
    }

    .ads-content {
        width: 300px;
        ;
    }
}

#expand {
    cursor: pointer !important;
}

.force_full_screen {
    position: fixed !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 99999;
    top: 0px !important;
    ;
    border: 0px !important;
    ;
    left: 0px !important;
    ;
    right: 0px !important;
    cursor: pointer !important;
}

* {
    margin: 0;
    padding: 0;
    letter-spacing: normal;
    text-indent: 0;
    box-sizing: border-box;
}

html {
    touch-action: manipulation;
    scroll-behavior: smooth;
}

body {
    margin: 0;
    border: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    font-family: "Nunito", sans-serif;
    -webkit-font-smoothing: antialiased;
    background: #161920;
    -webkit-tap-highlight-color: transparent;
    color: #fff;
    font-size: 16px;
    user-select: text;
    font-weight: 400;
}

body::-webkit-scrollbar {
    width: 10px;
    background-color: #161920;
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}

body::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #3d4351;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

body::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(255, 255, 255, 0.4);
}

a {
    border: 0;
    cursor: pointer;
    text-decoration: none;
    color: #fff;
    background: transparent;
}

i {
    cursor: pointer;
    margin: 0 !important;
}

ul, li {
    list-style: none;
    padding: 0;
    margin: 0;
}

h1, h2, h3, h4 {
    color: #fff;
    font-weight: 500;
    margin: 0;
}

.home-title {
    font-size: 48px;
    text-transform: capitalize;
    margin: 30px 0;
}

input, button {
    border: 0;
}

.title-game {
    text-transform: capitalize;
    color: #f0faff;
}

.label-title-game {
    color: #b1b8c8;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
}

.container {
    position: relative;
    max-width: 1280px;
    margin: 0 auto;
    box-sizing: border-box;
}

.font-bold {
    font-weight: bold;
}

.d-flex {
    display: flex;
}

.d-r-flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.d-c-flex {
    display: flex;
    flex-direction: column;
}

.sp {
    justify-content: space-between;
}

.bz {
    box-sizing: border-box;
}

.p-r {
    position: relative;
}

.bg-fff {
    background-color: #fff;
}

.absolute {
    position: absolute;
    top: 50%;
}

.text-overflow {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-height: 1.5;
}

.text-center {
    text-align: center;
}

.m-r {
    margin-right: 10px;
}

.m-t {
    margin: 10px 0;
}

.flex-start {
    justify-content: flex-start;
}

.gif {
    margin: 10px;
    width: 100%;
    text-align: center;
}

#loading_img {
    width: 32px;
    height: 32px;
    background-color: transparent !important;
}

.hidden {
    display: none;
}

.w-full {
    width: 100%;
}

.h-full {
    height: 100%;
}

.font-fff {
    color: #fff;
}

.flex-1 {
    flex: 1;
    overflow: hidden;
}

.al {
    align-items: center;
}

.d-block {
    display: block;
}

/*menu*/

.offset-banner {
    height: 120px;
    background-color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.menu {
    height: 62px;
    background: rgba(39, 87, 165, .4);
    /* position: sticky; */
    top: 0;
    left: 0;
    transition: background .33s ease-in-out;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .5);
    z-index: 4;
}

.list_menu {
    padding: 0 20px;
}

.logo {
    margin: auto 0;
}

.logo img {
    display: block;
}

.text-logo {
    color: #aea4a2;
    text-shadow: 0 0 1px #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    letter-spacing: 5px;
    font-size: 2rem;
    text-transform: uppercase;
    font-weight: bold;
    filter: drop-shadow(0 0 1px #fff) drop-shadow(1px 1px 0 #fff) drop-shadow(-1px 1px 0 #fff) drop-shadow(1px -1px 0 #fff)drop-shadow(-1px -1px 0 #fff);
    white-space: nowrap;
}

.header-item {
    font-size: 18px;
    padding: 10px 0;
    margin-left: 20px;
    position: relative;
    text-transform: capitalize;
    white-space: nowrap;
}

.header-item:after {
    content: "";
    width: 100%;
    height: 2px;
    background: linear-gradient(45deg, #ff5858, #f857a6);
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.3s;
    display: none;
}

.header-item:hover:after {
    display: block;
}

.search-box {
    width: 222px;
    height: 38px;
    margin: auto 0;
    margin-left: 20px;
}

.item-search {
    background: #252833;
    color: #fff;
    padding-left: 36px;
    outline: none;
    border: 1px solid transparent;
}

.item-search::placeholder {
    color: #b1b8c8;
}

.item-search:focus {
    border-color: hsla(0, 0%, 83.5%, .4);
}

.item-button {
    position: absolute;
    top: 0;
    left: 0;
    width: 36px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
}

.item-button svg {
    width: 20px;
    height: 20px;
    fill: white;
}

.overlay {
    background-color: rgba(0, 0, 0, .65);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
    z-index: 3;
}

.link-suggest {
    background-color: #2757a5;
    position: absolute;
    width: 222px;
    max-width: 222px;
    top: 50px;
    right: 0;
    transition: 0.1s ease;
    max-height: 440px;
    overflow-y: auto;
}

.ab-menu {
    width: 32px;
    height: 32px;
    display: none;
    margin-right: 10px;
    cursor: pointer;
    font-size: 28px;
    background: transparent;
    align-items: center;
}

/*mobile menu*/

.mobile-menu {
    position: fixed;
    width: 300px;
    top: 0;
    left: -300px;
    z-index: 5;
    transition: left 0.3s ease;
    height: 100%;
}

.list_mobile_menu {
    overflow-y: auto;
    background-color: #292c37;
    height: calc(100% - 62px);
}

.top-close-mobile {
    height: 62px;
    background-color: #2757a5;
    box-sizing: border-box;
    padding: 0 15px;
}

.close-mobile {
    position: absolute;
    width: 32px;
    height: 32px;
    color: #fff;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 32px;
}

.mobile-header-item {
    display: block;
    border-bottom: 2px solid rgba(177, 184, 200, .14);
    padding: 15px;
    color: #fff;
    font-weight: 550;
    text-transform: capitalize;
}

.overlay-full {
    background-color: rgba(0, 0, 0, .65);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    z-index: 5;
    left: 0;
    display: none;
}

/*game-item*/

.box {
    position: relative;
    width: 100%;
}

.tab {
    line-height: 1.65;
    font-weight: 400;
}

.inside {
    background: #000;
    padding: 15px 20px;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
}

.containing {
    padding: 30px 20px;
}

.throw-game {
    background-color: #000;
}

.w-50 {
    width: 50%;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
    padding: 0 10px;
}

.pick, .by {
    font-size: 18px;
    text-align: left;
    text-transform: capitalize;
}

.pick {
    margin: 0;
}

.sort-by {
    max-width: 250px;
    margin-left: auto;
    position: relative;
}

.show-list {
    cursor: pointer;
}

.list-cate-ajax {
    background-color: #2757a5;
    position: absolute;
    width: 250px;
    top: 40px;
    right: 0;
    z-index: 2;
    display: none;
}

.value {
    text-align: left;
    padding: 0 8px;
    border-left: 3px solid transparent;
    cursor: pointer;
    line-height: 44px;
    text-transform: capitalize;
}

.value:hover {
    border-color: #f857a6;
    background: rgba(0, 0, 0, .25);
}

.value p {
    text-transform: initial;
}

.this-pick {
    border-color: #f857a6;
    background: rgba(0, 0, 0, .25);
}

.no-pick {
    background: transparent;
    border-color: transparent;
}

#chevron {
    position: absolute;
    right: 10px;
    top: 12px;
    color: #fff;
    font-size: 16px;
    transition: 0.4s ease;
    width: 18px;
    height: 18px;
    display: flex;
}

.pink {
    color: #f857a6 !important;
}

.game {
    width: 200px;
    padding: 5px;
    margin-bottom: 5px;
    display: inline-block;
}

.game-a {
    border-radius: 5px;
    overflow: hidden;
    transition: transform .15s cubic-bezier(.25, 0, .72, 1), -webkit-transform .15s cubic-bezier(.25, 0, .72, 1);
    position: relative;
}

.game-a:hover {
    transform: scale(1.02);
}

.game-more-title {
    text-transform: uppercase;
    height: 20px;
    font-size: 11px;
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 2px;
    line-height: 16px;
    text-align: center;
}

.ab-info {
    height: 55px;
    width: 100%;
    color: #f0faff;
    padding: 0 8px;
    background: #292c37;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 2px;
}
.throw-game {
    padding-top: 40px;
    padding-bottom: 20px;
}

.change-title {
    text-transform: capitalize !important;
}

/*game-slug*/

.Breadcrumbs_breadcrumbs__L3mrb {
    margin-bottom: calc(var(--base-unit)*2)
}

.Breadcrumbs_breadcrumbs__L3mrb>div, .Breadcrumbs_breadcrumbs__L3mrb>div>a, .Breadcrumbs_breadcrumbs__L3mrb>div>div {
    display: inline-block
}

.Breadcrumbs_breadcrumbs__L3mrb>div>a {
    text-decoration: none;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 700;
}

.Breadcrumbs_separator__yCVN1 {
    margin: 04px;
}

@media(max-width:599.98px) {
    .Breadcrumbs_breadcrumbs__L3mrb>div>a {
        font-size: 16px;
        min-width: 48px;
        margin-bottom: 6px
    }
}

.Breadcrumbs_breadcrumbs__L3mrb>div>a:hover {
    cursor: pointer;
}

.Breadcrumbs_breadcrumbs__L3mrb.Breadcrumbs_isNotDesktop__8z5fy {
    margin-bottom: 0
}

.GameSummary_gameTableRow__9i4Mt {
    display: flex;
    min-height: 29px
}

.GameSummary_gameTableRowHeader__qmvU_ {
    color: #767a8e;
    width: 110px;
    flex-shrink: 0
}

.GameSummary_gameTableRowContent__RW5fE {
    display: flex;
    align-items: baseline;
    color: #e5e6ee;
    font-weight: 500
}

.GameTags_gameTagChipContainer__F5xPO {
    display: flex;
    flex-wrap: wrap;
    margin-top: 16px;
    margin-bottom: 16px;
    gap: 8px;
}

.TagGrid_tagPillContainer__rY0CY {
    background-color: #212233;
    border-radius: 8px;
    max-width: 100%;
    height: 38px;
    display: flex;
    align-items: center;
    transition: background-color .2s ease-in;
    padding: 0 16px;
}

.TagGrid_tagPillContainer__rY0CY span {
    padding-left: 8px;
}

.TagGrid_tagPillContainer__rY0CY.tagPill p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: padding-left .2s ease-in;
    color: #e5e6ee;
    margin: 1em 0;
}

.TagGrid_tagPillContainer__rY0CY:hover {
    background-color: #31323a;
}

#iframehtml5 {
    display: block;
}

.game-frame {
    display: flex;
    justify-content: center;
    padding-bottom: 20px;
    gap: 10px
}

.iframe {
    width: 100%;
    max-width: 850px;
    /* margin: 0 auto; */
}

.relate-box h2 {
    padding: 10px 15px;
    text-transform: uppercase;
    font-size: 18px;
}

.heading {
    height: 56px;
    background: #252833;
}

.play-title {
    margin: 0;
    font-size: 30px;
    line-height: 56px;
    box-sizing: border-box;
    padding: 0 80px;
    text-transform: uppercase;
}

.custom-games {
    display: flex;
    flex-wrap: wrap;
    max-width: 1130px;
    margin: 0 auto;
    padding-top: 15px;
    padding-bottom: 25px;
}

.group-b {
    width: 50%;
    padding: 15px;
    border: 1px solid rgba(177, 223, 245, .8);
    max-height: 800px;
    box-sizing: border-box;
    overflow-y: auto;
}

.custom-games .group-b:last-child {
    border-left: 0;
}

.show-more-game {
    width: 130px;
    max-height: 625px;
    overflow: hidden;
    min-width: 130px;
}

.relate-box {
    max-width: 1870px;
    margin: 0 auto;
}

.game-more-relate {
    width: 130px;
    box-sizing: border-box;
    overflow: hidden;
}

.show-more-game .game-more-relate:first-child {
    padding-top: 0;
}

.show-more-game .on-game {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.game-info {
    line-height: 1.65;
}

.game-info ul, .game-info ol {
    padding-left: 40px;
    margin-bottom: 0.75rem;
}

.game-info li {
    list-style: disc;
}

.game-info h1, .game-info h2, .game-info h3, .game-info h4, .game-info h5, .game-info h5 {
    margin: revert;
    font-size: revert;
    font-weight: revert;
}

.game-info p {
    margin-bottom: 1rem;
}

.game-info a {
    color: rgb(53 117 221);
}

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

.title-option {
    margin-bottom: 8px;
    line-height: 30px;
    font-size: 20px;
    font-weight: normal;
    font-weight: 550;
    text-transform: capitalize;
}

.list_cate {
    height: auto;
    line-height: unset;
}

.meta {
    border-radius: 15px;
    padding: 6px 15px;
    background: #2757a5;
    color: #b1dff5 !important;
    text-transform: uppercase;
    transition: 0.2s;
    display: inline-block;
    margin-right: 8px;
    margin-bottom: 8px;
}

.list {
    margin: 15px 0;
}

.no-boder {
    border: 0;
    font-size: 22px;
}

.search_found {
    padding: 10px;
    line-height: 1.65;
}

.search_found ul, .search_found li {
    list-style: disc !important;
    list-style-position: inside !important;
}

.fb-comess {
    margin: 10px 0;
    background-color: #fff;
}

/*footer*/

.footer {
    background-color: #000;
    border-top: 1px solid rgba(177, 223, 245, .2);
    ;
}

.links {
    min-height: 70px;
    padding: 20px 15px;
}

.link {
    margin-right: 10px;
    padding: 5px;
    font-size: 13px;
    color: rgb(177, 184, 200);
    text-decoration: underline;
    display: inline-block;
}

#back-to-top {
    position: fixed;
    right: 20px;
    bottom: 40px;
    width: 45px;
    height: 45px;
    background-color: rgb(34, 68, 125);
    color: #fff;
    display: flex;
    justify-content: center;
    border-radius: 4px;
    z-index: 2;
    font-size: 1.5rem;
    transition: background 450ms cubic-bezier(0.23, 1, 0.32, 1), opacity 0.4s ease;
    font-family: sans-serif;
    cursor: pointer;
}

#expand {
    cursor: pointer !important;
}

.force_full_screen {
    position: fixed !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 99999;
    top: 0px !important;
    border: 0px !important;
    left: 0px !important;
    right: 0px !important;
    cursor: pointer !important;
}

/*pagination*/

.pagination {
    padding-top: 40px;
    padding-bottom: 20px;
}

.s_paging {
    text-align: center;
}

.next_page {
    display: inline-block;
    padding: 8px 14px;
    font-weight: 600;
    border-radius: 4px;
    margin-right: 5px;
    cursor: pointer;
}

.next_page:hover {
    background-color: #292c37;
}

.active_ {
    background-color: #292c37;
    cursor: default;
}

.loadingImage {
    width: 50px;
    height: 50px;
    background-color: transparent !important;
    animation: loadingAnimation 1s linear infinite;
}

@keyframes loadingAnimation {
    to {
        transform: rotate(360deg);
    }
}

.loading_page {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 44px;
    height: 44px;
    transform: translate(-50%, -50%);
    z-index: 99;
}

.layer-loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 98;
    background-color: rgba(35, 39, 65, .65);
}

.throw-ads-300x600 {
    width: 300px;
    min-width: 300px;
}

.throw-ads-160x600 {
    width: 160px;
    min-width: 160px;
}

.throw-ads-970x90, .throw-ads-768x90, .throw-ads-300x600, .throw-ads-160x600, .throw-ads-300x250, .throw-ads-468x60, .throw-ads-320x90 {
    display: none;
    overflow: hidden;
}

@media (min-width:1000px) {
    .throw-ads-970x90, .throw-ads-768x90 {
        display: block;
    }
}

@media (min-width: 1366px) {
    .show-more-game {
        max-height: 520px;
    }

    #iframehtml5 {
        height: 475px;
    }

    .throw-ads-300x600 {
        display: none;
    }

    .throw-ads-160x600 {
        display: block;
    }
}

@media (min-width:1700px) {
    .throw-ads-right, .throw-ads-160x600-left {
        display: block;
    }

    .throw-ads-left, .throw-ads-160x600-right {
        display: none;
    }
}

@media (min-width: 1919px) {
    #iframehtml5 {
        height: 580px;
    }

    .iframe {
        max-width: 1031px;
    }

    .show-more-game {
        max-height: 625px;
    }

    .custom-games {
        max-width: 1311px;
    }
}

@media (min-width: 1940px) {
    .throw-ads-300x600 {
        display: block;
    }

    .throw-ads-160x600 {
        display: none;
    }
}

@media (max-width:1179px) {
    .iframe {
        margin: 0 !important;
        width: 100%;
    }

    .show-more-game {
        display: none;
    }
}

@media (min-width:600px) and (max-width: 999px) {
    .throw-ads-468x90 {
        display: block;
    }
}

@media (max-width: 999px) {
    .home-title {
        font-size: 32px;
    }

    .menu-header {
        display: none;
    }

    .ab-menu {
        display: flex;
    }

    .list_menu {
        flex-wrap: nowrap;
        padding: 0 15px;
        justify-content: space-between;
    }

    .inside, .containing {
        padding: 15px;
    }

    .box {
        position: static;
    }

    .play-title {
        padding: 0 56px;
        padding-left: 30px;
    }

    .group-b {
        width: 100%;
        max-height: unset;
        overflow: hidden;
        margin-top: 15px;
    }

    .custom-games .group-b:last-child {
        border-left: 1px solid rgba(177, 223, 245, .8);
    }

    .throw-game, .custom-games {
        padding-bottom: 0;
    }

    .play-title {
        font-size: 24px;
    }

    /*    footer*/
    .links {
        line-height: 1.5;
        height: auto;
        border-width: 1px;
        border-top-width: 10px;
        border-bottom-width: 1px;
    }

    .link {
        margin: 0;
    }

    #back-to-top {
        visibility: hidden;
    }

    .throw-ads-320x90 {
        display: block;
    }
}

@media (max-width:500px) {
    .jeach-game-item {
        flex-wrap: wrap;
    }

    .jeach-game-item .w-50 {
        width: 100%;
    }

    .sort-by {
        margin-left: 0;
    }

    .logo {
        display: none;
    }

    .text-logo {
        font-size: 1.5rem;
    }
}