
        @font-face {
            font-family: GilroyRegular;
            src: url(./fonts/GilroyRegular.ttf)
        }

        @font-face {
            font-family: MonumentExtendedUltrabold;
            src: url(./fonts/MonumentExtendedUltrabold.otf)
        }

        @font-face {
            font-family: MonumentExtendedRegular;
            src: url(./fonts/MonumentExtendedRegular.otf)
        }

        body {
            background: #110f0f;
            /*background: linear-gradient(0deg, #110f0f, #2b1414);*/
            background-repeat: no-repeat;
            background-attachment: fixed;
            font-family: MonumentExtendedUltrabold, serif;
            color: #fff;
            padding-left: 2rem;
            padding-right: 2rem;
            max-width: min(22rem, 100%);
        }

        footer {
            width: 100%;
            margin-top: auto;
        }

        .footer-links {
            text-align: center;
            font-family: GilroyRegular, serif;
            font-size: 1rem;
            color: #ffffff80;
            padding: .5rem;
        }

        footer a {
            color: #ffffff80;
        }



        .balance-container {
            background-color: #1a1a1a;
            color: white;
            top: 10rem;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 10%;
            border: 1px solid #7e7e7e;
        }

        .balance-text {
            margin-right: 0.5rem;
        }

        .balance-value {
            font-weight: bold;
        }

        hr {
            /*background-image: linear-gradient(-90deg, #fff0, #fffc, #fff0);*/
            border: 0;
            width: 65%;
            top: 25%;
            height: 0.25rem;
        }

        .balance {
            font-family: MonumentExtendedRegular, serif;
            vertical-align: middle;
        }

        .balance-wrapper {
            display: flex;
            justify-content: space-between;
            font-size: 1rem;
            text-align: center;
        }

        .wrapper-2 {
            /*background: linear-gradient(-90deg, #000, #69614b);*/
            padding: .5rem;
            border: 1px rgba(255, 255, 255, .5) solid;
            border-radius: 15px;
        }

        .balance-title {
            text-align: center;
            width: calc(70% - 1rem);
            margin: .75rem;
        }

        .wrapper {
            background-color: #171111;
            max-width: var(--max-width);
            width: 100%;
            border: 1px rgba(255, 255, 255, .5) solid;
            border-radius: 15px
        }

        .game-menu {
            min-height: calc(100vh - 1rem);
            display: flex;
            flex-direction: column;
        }

        .field:not(.revealed, .disabled):hover {
            background: #98896a
        }

        .field.revealed {
            background: #ffffff0f;
            cursor: default
        }

        .field-icon-wrapper {
            display: flex;
            justify-content: center;
            align-items: center;
            height: 100%;
        }

        #mines-input::-webkit-outer-spin-button,
        #mines-input::-webkit-inner-spin-button {
            -webkit-appearance: revert;
            background: #98896a
        }

        .clicked {
            animation: pulsate 1s infinite
        }

        @keyframes pulsate {
            0% {
                transform: scale(.9)
            }

            50% {
                transform: scale(1.1)
            }

            to {
                transform: scale(.9)
            }
        }

        .top-logo-wrapper {
            display: flex;
            justify-content: center;
            align-items: center;
            margin: .4rem;
        }
        
        .back-button {
    font-family: GilroyRegular, serif;
    font-size: 1rem;
        }
        
        a {
                color: #ffffff80 !important; 

        }

        .center-container {
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .bet-container-wrapper {
            margin-top: .5rem;
        }

        .bet-container {
            padding: .5rem;
        }
        
        .fairness-input {
            border-radius: .5rem;
            background: #0000004d;
            width: 100%;
            box-sizing: border-box;
        }
        
        .grid-box {
            display: grid;
            grid-template-columns: 1fr;
            gap: .5rem;
        }
        
        .main-container {
            font-family: GilroyRegular, serif;
            color: #fffc;
            width: var(--max-width);
        }

        .mines-selection {
            grid-template-columns: repeat(1, 1fr);
        }

        label {
            font-family: GilroyRegular, serif;
            font-size: .8rem;
            margin-bottom: .25rem;
        }

        .mines-selection input {
            width: calc(100% - 1rem);
        }

        .payout-calculator-container {
            margin-top: .2rem;
        }

        .bet-buttons-wrapper {
            grid-column: 1;
            grid-row: 1;
            text-align: right;
        }

        .bet-input-wrapper {
            display: grid;
        }

        .bet-button-half {
            /*background: linear-gradient(90deg, #69614b, #98896a);*/
            border-radius: 0;
        }

        .bet-button-double {
            /*background: linear-gradient(90deg, #98896a, #000);*/
            border-radius: 0 .5rem .5rem 0;
        }

        .bet-button {
            background: #000;
            border: 1px rgba(255, 255, 255, .5) solid;
            color: #fff;
            font-family: MonumentExtendedRegular, serif;
            padding: .5rem;
            cursor: pointer;
            width: 3rem;
        }

        .confirm-bet-button {
            margin-top: .5rem;
            width: 30%;
            margin-bottom: .5rem;
            border-radius: .5rem;
            font-size: 1rem;
            display:block;
            
        }
        
        .cashout-button {
            display:none;
            margin-top: .5rem;
            width: auto;
            margin-bottom: .5rem;
            border-radius: .5rem;
            font-size: 1rem;
        }

        .button {
            background: #000;
            /*background: linear-gradient(-90deg, #000, #69614b);*/
            border: 1px rgba(255, 255, 255, .5) solid;
            border-radius: 12px;
            color: #fff;
            font-family: MonumentExtendedRegular, serif;
            padding: .5rem;
            cursor: pointer;
        }

        .bet-input {
            width: calc(100% - 7rem - 1px);
            border-radius: .5rem 0 0 .5rem;
            height: 1rem;
            grid-column: 1;
            grid-row: 1;
        }

        input[type=number] {
            appearance: textfield;
            -moz-appearance: textfield;
            -webkit-appearance: textfield;
        }

        .text-input {
            background: inherit;
            border: 1px rgba(255, 255, 255, .5) solid;
            border-radius: .5rem;
            color: #fff;
            font-size: 1rem;
            font-family: GilroyRegular, serif;
            padding: .5rem;
        }

        .logo-title {
            font-size: .8rem;
        }

        .logo-small {
            width: 2rem;
            height: auto;
        }

        .field.not-started {
            /*background: #988967;*/
            background: #fff;
        }

        .field.disabled {
            cursor: default;
        }

        .field {
            aspect-ratio: 1 / 1;
            background: #000;
            border: 0;
            border-radius: .5rem;
            width: 100%;
            cursor: pointer;
            transition: background-color ease-out .2s;
            -webkit-user-select: none;
            user-select: none;
        }

        .mines-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            grid-gap: .3rem;
            margin-top: 1rem;
            margin-bottom: 1rem;
            width: 100%;
        }

        .fade-enter-active,.fade-leave-active {
    transition: opacity .4s
}

.fade-enter,.fade-leave-to {
    opacity: 0
}

.popup-overlay {
    display:none;
    font-family: GilroyRegular,serif;
    font-size: 2rem;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00000080;
    z-index: 1000
}

.popup-content {
    padding: 1rem
}
    