@font-face {
    font-family: 'Helvetica';
    src: url('/assets/fonts/Helvetica-Bold.eot');
    src: url('/assets/fonts/Helvetica-Bold.eot?#iefix') format('embedded-opentype'),
        url('/assets/fonts/Helvetica-Bold.woff2') format('woff2'),
        url('/assets/fonts/Helvetica-Bold.woff') format('woff'),
        url('/assets/fonts/Helvetica-Bold.ttf') format('truetype'),
        url('/assets/fonts/Helvetica-Bold.svg#Helvetica-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica';
    src: url('/assets/fonts/Helvetica-Light.eot');
    src: url('/assets/fonts/Helvetica-Light.eot?#iefix') format('embedded-opentype'),
        url('/assets/fonts/Helvetica-Light.woff2') format('woff2'),
        url('/assets/fonts/Helvetica-Light.woff') format('woff'),
        url('/assets/fonts/Helvetica-Light.ttf') format('truetype'),
        url('/assets/fonts/Helvetica-Light.svg#Helvetica-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica';
    src: url('/assets/fonts/Helvetica-Compressed.eot');
    src: url('/assets/fonts/Helvetica-Compressed.eot?#iefix') format('embedded-opentype'),
        url('/assets/fonts/Helvetica-Compressed.woff2') format('woff2'),
        url('/assets/fonts/Helvetica-Compressed.woff') format('woff'),
        url('/assets/fonts/Helvetica-Compressed.ttf') format('truetype'),
        url('/assets/fonts/Helvetica-Compressed.svg#Helvetica-Compressed') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica';
    src: url('/assets/fonts/Helvetica.eot');
    src: url('/assets/fonts/Helvetica.eot?#iefix') format('embedded-opentype'),
        url('/assets/fonts/Helvetica.woff2') format('woff2'),
        url('/assets/fonts/Helvetica.woff') format('woff'),
        url('/assets/fonts/Helvetica.ttf') format('truetype'),
        url('/assets/fonts/Helvetica.svg#Helvetica') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica';
    src: url('/assets/fonts/Helvetica-BoldOblique.eot');
    src: url('/assets/fonts/Helvetica-BoldOblique.eot?#iefix') format('embedded-opentype'),
        url('/assets/fonts/Helvetica-BoldOblique.woff2') format('woff2'),
        url('/assets/fonts/Helvetica-BoldOblique.woff') format('woff'),
        url('/assets/fonts/Helvetica-BoldOblique.ttf') format('truetype'),
        url('/assets/fonts/Helvetica-BoldOblique.svg#Helvetica-BoldOblique') format('svg');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica';
    src: url('/assets/fonts/Helvetica-Oblique.eot');
    src: url('/assets/fonts/Helvetica-Oblique.eot?#iefix') format('embedded-opentype'),
        url('/assets/fonts/Helvetica-Oblique.woff2') format('woff2'),
        url('/assets/fonts/Helvetica-Oblique.woff') format('woff'),
        url('/assets/fonts/Helvetica-Oblique.ttf') format('truetype'),
        url('/assets/fonts/Helvetica-Oblique.svg#Helvetica-Oblique') format('svg');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica';
    src: url('/assets/fonts/HelveticaRounded-Bold.eot');
    src: url('/assets/fonts/HelveticaRounded-Bold.eot?#iefix') format('embedded-opentype'),
        url('/assets/fonts/HelveticaRounded-Bold.woff2') format('woff2'),
        url('/assets/fonts/HelveticaRounded-Bold.woff') format('woff'),
        url('/assets/fonts/HelveticaRounded-Bold.ttf') format('truetype'),
        url('/assets/fonts/HelveticaRounded-Bold.svg#HelveticaRounded-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
*{ margin:0px;padding:0px;font-family: 'Inter'; }

.tab_active[data-v-8ac0d926] {
    color: rgb(22, 119, 255);
    background: linear-gradient(90deg, #f00600 0%, #680000 100%) !important;
}
.fun-tab-item__label .tab_active span {
    color: rgb(255 255 255);
    font-weight: 400;
} 
.fun-tab-item__label .tab_active img {
    filter: brightness(0) invert(1);
}
#app .tabs {
    background: #ffffff;
    border-radius: .16rem;
}
.tabs[data-v-8ac0d926] {
    background: none;
    margin-top: .48rem;
    margin-bottom: .4rem;
}

.fun-tabs {
    overflow: hidden;
    position: relative;
    width: 100%;
    background: var(--bg_color_L1);
}
.fun-tabs__tab-list {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    min-width: 100%;
    width: -webkit-min-content;
    width: min-content;
}
.fun-tabs .fun-tab-item {
    padding: .13333rem .05333rem;
    font-size: .18667rem;
    text-align: center;
    white-space: nowrap;
}
.fun-tab-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.fun-tab-item__wrap {
    position: relative;
}
.tab_active[data-v-8ac0d926] {
    color: var(--textW);
    background: var(--main_gradient-color);
}
.tab_item[data-v-8ac0d926] {
    min-width: 1.45rem;
    height: 1.58667rem;
    margin-inline: .06667rem;
    padding: 0;
    color: #80849c;
    border-radius: .13333rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 0 .13333rem;
}
.tab_item img[data-v-8ac0d926] {
    max-width: .56rem;
    height: .56rem;
    margin-bottom: .10667rem;
}
.tab_item span[data-v-8ac0d926] {
    font-size: .32rem;
	font-family: 'Inter';
}
.aloneGame[data-v-e3bcc790] {
    width: 100%;
}
.aloneGame .header[data-v-e3bcc790] {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
}
.aloneGame .header .title[data-v-e3bcc790] {
    font-size: .4rem;
    color: #001534;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
	font-weight:600;
}
.aloneGame .header .title .icons[data-v-e3bcc790] {
    width: .56rem;
    height: .56rem;
    margin-right: .18667rem;
}
.aloneGame .header .title div[data-v-e3bcc790] {
    display: inline-block;
    width: auto;
    height: auto;
    background-color: #fff;
    border-radius: .10667rem;
    font-size: 14px;
    line-height: 14px;
    cursor: pointer;
    margin-left: 5px;
    padding: 5px;
}
.aloneGame .header .title div .all[data-v-e3bcc790] {
    color: #b6bcc8;
    margin-left: .26667rem;
	font-weight:400;
}
.matka_slider-outer .matka_ct-absolute h5 {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    margin: 0 0 0;
    padding: 0;
}

.matka_slider-outer .gameItem1.item_two {
    padding: 10px;
    position: relative;
	overflow:hidden;
}

.matka_slider-outer .matka_ct-absolute {
    display: flex;
    flex-direction: column;
    height: 100%;
    gap: 10px;
}
.matka-swipe-div.my-swipe .van-swipe-item {
    grid-template-columns: repeat(2, 1fr) !important;
}
.open_close-outer {
    display: flex;
    justify-content: space-between;
    gap: 5px;
    flex-wrap: wrap;
}

.open_close-outer .open-ct {
    font-size: 12px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.5px;
    line-height: 16px;
    opacity: 0.8;
}

.open_close-outer .open-time {
    font-size: 12px;
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.5px;
    line-height: 16px;
    margin: 2px 0 0;
}
.closed_img-abs {
    position: absolute;
    top: 10px;
    right: 10px;
}
.closed_img-abs img {
    width: 90px;
    height: 90px;
}
.closed_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(255 255 255 / 50%);
    z-index: 9;
}

.game-win-blank-ct {
    background: #ffffffcc;
    border-radius: 1.125rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 2px;
}

.game-win-blank-ct p {
    color: #f00600;
    font-size: 18px;
    line-height: 18px;
    width: 100%;
    text-align: center;
    font-weight: 600;
    vertical-align: middle;
}

.aloneGame .header .title div .len[data-v-e3bcc790] {
    color:#001534;
    margin-left: .26667rem;
}
.my-swipe[data-v-e3bcc790] {
    margin-top: .4rem;
    margin-bottom: .4rem;
}
.van-swipe {
    position: relative;
    overflow: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    cursor: grab;
    -webkit-user-select: none;
    user-select: none;
}
.van-swipe__track {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    height: 100%;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
}
.my-swipe .van-swipe-item[data-v-e3bcc790] {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: .21333rem;
    height: 100%;
}
.my-swipe .van-swipe-item .item_two[data-v-e3bcc790] {
    width: 100%;
    height: 100%;
    margin: 0 auto;
}
.gameItem1[data-v-6a6ca1da] {
    width: 2.90667rem;
    height: 3.92rem;
    border-radius: .16rem;
    display: inline-block;
}
.gameItem1 img[data-v-6a6ca1da] {
    width: 2.90667rem;
    height: 3.92rem;
    border-radius: .16rem;
}
.aloneGame .header .right_btn[data-v-e3bcc790] {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.aloneGame .header .right_btn i.active[data-v-e3bcc790] {
    opacity: .5;
}
.aloneGame .header .right_btn i[data-v-e3bcc790] {
    width: .64rem;
    height: .64rem;
    margin-left: .13333rem;
    background: var(--main_gradient-color);
    color: var(--textW);
    font-size: .42667rem;
    border-radius: .10667rem;
    text-align: center;
    line-height: .64rem;
}
.van-icon {
    position: relative;
    display: inline-block;
    font: .18667rem/1 vant-icon;
    font: normal normal normal .18667rem/1 var(--van-icon-font-family, "vant-icon");
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}
.van-badge__wrapper {
    position: relative;
    display: inline-block;
}
.van-icon-arrow-left:before {
    content: "";
}
.van-icon:before {
    display: inline-block;
}
.aloneGame .header .right_btn i[data-v-e3bcc790] {
    width: .64rem;
    height: .64rem;
    margin-left: .13333rem;
    background: linear-gradient(90deg, #f00600 0%, #680000 100%);
    color: #fff;
    font-size: .42667rem;
    border-radius: .10667rem;
    text-align: center;
    line-height: .64rem;
	cursor:pointer;
}
.ChangLong[data-v-e3bcc790] {
    width: 100%;
    height: 2.13333rem;
    background: url(/banner/changlong_bg-82acfbd5.png) no-repeat center center;
    background-size: contain;
    position: relative;
    padding-top: .24rem;
    margin-bottom: .53333rem;
    cursor: pointer;
}
.aloneGame .header .title span {
    margin: 0px !important;
}

.aloneGame .header .title span.len {
    margin: 0 0 0 5px !important;
    font-weight: 600;
}
.gameItem1 .win-odds[data-v-6a6ca1da] {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    height: .48rem;
    background: #00000008;
    color: #001534;
    width: 100%;
    border-radius: .13333rem;
    overflow: hidden;
    margin-top: .08rem;
    margin-bottom: .13333rem;
    position: relative;
    font-size: 12px;
}

.gameItem1 .win-odds span[data-v-6a6ca1da]:first-child {
    padding-left: .13333rem;
}

.gameItem1 .win-odds span[data-v-6a6ca1da] {
    position: relative;
    z-index: 1;
    display: block;
    height: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    line-height: .53333rem;
}
.gameItem1 .win-odds .win-p[data-v-6a6ca1da] {
    position: absolute;
    left: 0;
    height: 100%;
    top: 0;
    background-color: #fdc71e;
}
.aloneGame .flash_desc[data-v-e3bcc790] {
    font-size: .32rem;
    color: #001534;
}
.winning[data-v-3cb56872] {
    margin-bottom: .4rem;
}
.winning .title[data-v-3cb56872] {
    background: url(/banner/win-img.png) no-repeat left center;
    background-size: .56rem .56rem;
    padding-left: .74667rem;
    color: #001534;
    font-size: .4rem;
    margin-bottom: .34667rem;
	font-weight:600;
}
.my-swipe .gys[data-v-e3bcc790] {
    grid-template-columns: repeat(2,1fr);
    border-radius: none;
}
.my-swipe .isShowAll[data-v-e3bcc790] {
    height: auto;
}
.elec[data-v-6a6ca1da], .elec img[data-v-6a6ca1da] {
    height: 3.92rem;
}
.slot_bg[data-v-6a6ca1da] {
    width: 4.53333rem;
    height: 1.44rem;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #151c26;
    border-radius: 0;
}
.winning .win_item[data-v-3cb56872] {
    background: url(/banner/shape-img.png) no-repeat left top;
    background-size: cover;
    width: 9.2rem;
    height: 1.84rem;
    position: relative;
    margin-bottom: .26667rem;
}
.winning .win_item .avatar[data-v-3cb56872] {
    width: 1.09333rem;
    height: 1.09333rem;
    position: absolute;
    top: .10667rem;
    left: .10667rem;
}
.winning .win_item .avatar .avatar_outbg[data-v-3cb56872] {
    width: 1.09333rem;
    height: 1.09333rem;
    background-image: url(/banner/kBg-d1dd7b40.png);
    background-size: 100% 100%;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
}
.winning .win_item .avatar img[data-v-3cb56872] {
    width: .96rem;
    height: .96rem;
    position: absolute;
    top: .05333rem;
    left: .05333rem;
    border-radius: .4rem;
}
.winning .win_item .avatar .level[data-v-3cb56872] {
    position: absolute;
    top: .57333rem;
    left: .72rem;
    width: .48rem;
    height: .48rem;
    box-shadow: 0 .04rem .08rem .01333rem #00000029;
    text-align: center;
    line-height: .48rem;
    color: #fff;
    font-size: .29333rem;
    border-radius: 50%;
    background: linear-gradient(90deg, #f00600 0%, #680000 100%);
}
.winning .win_item .info[data-v-3cb56872] {
    position: absolute;
    top: .42667rem;
    left: 1.81333rem;
}
.winning .win_item .info .name[data-v-3cb56872] {
    color: #fff;
    font-size: .32rem;
    line-height: .42667rem;
    width: 2rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.winning .win_item .winning[data-v-3cb56872] {
    position: absolute;
    top: .48rem;
    right: .24rem;
}
.winning .win_item .winning div[data-v-3cb56872]:first-child {
    font-size: 16px;
    line-height: 22px;
    text-align: right;
	font-weight:600;
}
.winning .win_item .winning div[data-v-3cb56872] {
    color: #fff;
    font-size: .32rem;
}
.winning .win_item .winning div[data-v-3cb56872]:last-child {
    text-align: right;
}
.winning .win_item .winning div[data-v-3cb56872] {
    color: #fff;
    font-size: .32rem;
}
.winning[data-v-3cb56872] {
    margin-bottom: .4rem;
}
.winning .win_item .winning_icon[data-v-3cb56872] {
    width: 1.6rem;
    height: 1.44rem;
    position: absolute;
    top: .18667rem;
    left: 4.13333rem;
}
.profit[data-v-dd3d232d] {
    margin-bottom: .4rem;
}
.profit .title[data-v-dd3d232d] {
    background: url(/banner/profit-56d94e8f.png) no-repeat left center;
    background-size: .56rem .56rem;
    padding-left: .74667rem;
    font-size: .4rem;
    margin-bottom: .34667rem;
    color: #001534;
	font-weight:600;
}
.profit__list[data-v-dd3d232d] {
    background: #fff;
    border-radius: .16rem;
    padding: .4rem .24rem;
}
.profit__list-item__info .rank .name[data-v-dd3d232d] {
    font-size: .32rem;
}
.profit__list-item[data-v-dd3d232d] {
    height: 1.53333rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    border-bottom: var(--Dividing-line_color);
}
.profit__list-item .usePhoto[data-v-dd3d232d] {
    width: .98667rem;
    height: .98667rem;
    border-radius: 50%;
}
.profit__list-item__info[data-v-dd3d232d] {
    width: 7.41333rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: .98667rem;
}
.profit__list-item__info .rank .rank_num[data-v-dd3d232d] {
    color: #f00600;
    font-size: .32rem;
}
.profit__list-item__info .rank .rank_num .rank_img[data-v-dd3d232d] {
    width: .32rem;
    height: .53333rem;
    display: inline-block;
    margin-right: .16rem;
    vertical-align: bottom;
}
.profit__list-item__info .rank .rank_num .no1[data-v-dd3d232d] {
    font-size: .4rem;
    color: #fbae3b;
}
#app .profit__list-item__info .name {
    color: #001534;
}
#app .profit__list-item__info .price {
    color: #001534;
    font-size: 15px;
    line-height: 22px;
    font-weight: 600;
}
.profit__list-item__info .price[data-v-dd3d232d] {
    color: #fff;
    font-size: .4rem;
    text-align: right;
}
.profit__list-item__info .rank .rank_num .no2[data-v-dd3d232d] {
    font-size: .4rem;
    color: #96aaaf;
}
.profit__list-item__info .rank .rank_num .no3[data-v-dd3d232d] {
    font-size: .4rem;
    color: #f59369;
}
.profit__list-item__info .rank .rank_num span[data-v-dd3d232d] {
    font-size: .32rem;
}
.instructions[data-v-4529147b] {
    margin-bottom: .8rem;
}
.instructions .instructions_img[data-v-4529147b] {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: .32rem;
}

.instructions .instructions_img .u18[data-v-4529147b] {
    width: .58667rem;
    height: .58667rem;
    margin-right: .21333rem;
}.instructions .instructions_img .logo[data-v-4529147b] {
    width: auto;
    height: .8rem;
}
.instructions .desc[data-v-4529147b] {
    color: #848486;
    font-size: .29333rem;
}
.tabbar__container-item.active[data-v-6ab3f23e] {
    color: #f00600 !important;
}
.popup-main {
    font-size: 14px;
	margin:0 0 10px;
}
.slot-arrow-left:before {
    content: "" ;
}
.slot-arrow:after {
    content: "";
}
.promptContent p span {
    font-size: 14px;
}
.popup-main b {
    font-size: 14px;
}
.van-hairline--top.van-dialog__footer button.van-button.van-button--default.van-button--large.van-dialog__confirm {
    max-width: 160px;
    margin: 0 auto;
}
.van-hairline--top.van-dialog__footer button.van-button.van-button--default.van-button--large.van-dialog__confirm span.van-button__text {
    width: 100%;
    letter-spacing: 0;
    height: 42px;
    line-height: 41px;
}
#app .noticeBar__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    height: .98667rem;
    padding-inline: .26667rem;
    color: var(--text_color_L2);
    font-size: .32rem;
    background: var(--bg_color_L2);
}
.GameList__C-item.active > div[data-v-17d56002] {
    color: var(--text_color_L4);
    background-image: url("/assets/png/time_a-3460e16a.png");
}
.GameList__C-item > div[data-v-17d56002] {
    height: 100%;
    line-height: 0.4rem;
    font-size: 0.32rem;
    margin: auto;
    color: var(--text_color_L2);
    padding-top: 1.44rem;
    background-image: url("/assets/png/time-5d4e96a3.png");
    background-size: 1.17333rem;
    background-position: center 0.18667rem;
    background-repeat: no-repeat;
}
.Trend__C-body1[data-v-c53b15fb] {
    /* background-color: #fff; */
    background-color: var(--darkBg, var(--bg_color_L2)) !important;
    margin-bottom: 0.50667rem;
    height: 5.33333rem;
    box-shadow: 0 0.05333rem 0.10667rem #c5c5da40;
    border-radius: 0.26667rem;
    padding: 0.32rem;
}
#date_picker {
    background: #fff !important;
}
.recycleBtnD button#submit_withdraw_btn {
    background: linear-gradient(90deg, #fdc71e 0%, #F2CA33 100%) !important;
}


.right_btn i.van-icon.swiper-button-disabled { opacity: 0.5; }


@media (max-width:799px){.splash_screen {

    max-width: 100% !important;

}}
iframe#gameIframe {
    height: 100%;
}
div#gameContainer {
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100vh;
    background-color: black;
    left: 0;
}
button#returnHomeButton {
    position: absolute;
    top: 40px;
    left: 10px;
    z-index: 9999;
    background: none;
    border: none;
    cursor: pointer;
    /* width: 20px; */
    /* height: 20px; */
}
button#returnHomeButton img {
    width: 25px;
    height: 25px;
}


