@font-face {
    font-family: 'Repetition-Scrolling';
    src: url("./src/Assets/repet___.ttf") format('truetype');
}

:root {
    --my_yellow: #ffb703;
    --my_blue: #023047
}

::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 0.3125rem;
}

::-webkit-scrollbar {
    width: 0.3125rem;
    height: 1em
}

/* CSS */
.button-74 {
    background-color: #fbeee0;
    border: 0.125rem solid #422800;
    border-radius: 1.875rem;
    box-shadow: #422800 0.25rem 0.25rem 0 0;
    color: #422800;
    cursor: pointer;
    display: inline-block;
    font-weight: 600;
    font-size: 1.125rem;
    margin: 0.625rem 0.625rem 0.625rem 0.625rem;  
    padding: 0 1.125rem;
    line-height: 3.125rem;
    text-align: center;
    text-decoration: none;
    -webkit-user-select: none;
    user-select: none;
    touch-action: manipulation;
}

.button-74:hover {
    background-color: #fff;
}

.button-74:active {
    box-shadow: #422800 0.125rem 0.125rem 0 0;
    transform: translate(0.125rem, 0.125rem);
}

.scale {
    height: 2em; 
    width: 2em;
}

@media (min-width: 48rem) {
    .button-74 {
        min-width: 7.5rem;
        padding: 0 1.5625rem;
    }
}

/* The alert message box */
.alert {
   padding: 0.9375rem 0 0.9375rem 0;
   background-color: #f44336; /* Red */
   color: white;
   position: absolute;
   width: 100%;
   display: none;
   z-index: 100;
}

.gameBtn, .language-toggle {
    position: fixed;
    top: 2rem;
    right: 1rem;
    z-index: 1000;
}

.gameBtn {
    left: 1rem;
    right:auto;
}

.center {
    transform: translateY(25%);
}

@media (max-width: 22.9375rem) or (max-height: 14.9375rem) { /* render resolution of the Playstation 368x240*/
    #sizeAlert {
        display: block;
    }

    .gameBtn {
        display: none;
        visibility: hidden;
    }
}

@media (hover: none) { 
    #mobAlert {
        display: block;
    }

    .gameBtn {
        display: none;
        visibility: hidden;
    }
}

#noScriptAlert {
    display: block;
}