@import url('https://www.1001fonts.com/star-crush-font.html');   /* header font */
@import url("https://fonts.googleapis.com/css2?family=Silkscreen&display=swap");   /* body font */ 
@import url('https://fonts.googleapis.com/css2?family=Monaspace+Neon:wght@400;500;600;700&display=swap');    /* footer font */


button{
    padding-right: 12px;
    font-size: 35px;
}

body {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: antiquewhite;
    color: black;
    font-weight: bolder;
    min-height: 100dvh;
    margin: 0;
}

@font-face {
    font-family: 'starCrush';
    src: url('fonts/Star\ Crush.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

header {
    font-family: 'starCrush';
    padding-bottom: 15px;
    flex: 0 0 auto;
}
.game {
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    width: 100%;
    flex: 1 1 0;
    min-height: 0;
    padding: 1rem 5vw;
    background-image: url("images/rps/rps.gif");
    /* Fit within 90% of the viewport while retaining the GIF's 1280:620 ratio. */
    background-size: min(90vw, 185.8vh) auto;
    background-repeat: no-repeat;
    background-position: center;
    font-family: 'Silkscreen', sans-serif;
}


.credits {
    box-sizing: border-box;
    align-self: baseline;
    padding-bottom: 10px;
    padding-left: 18px;
    width: 100%;
    flex: 0 0 auto;
    background-color: antiquewhite;
    font-size: 12px;
    font-family: 'Monaspace Neon', monospace;
    margin-top: auto;
}



/*comment, doubnle check how it works on the latest git push but doesn't still work for me  */



