/* Fonts */
@font-face {
    font-family: 'JosefinSans'; /*name to be used*/
    src: url(/fonts/JosefinSans-VariableFont.ttf); /*URL to font*/
}
@font-face {
    font-family: 'Bitcount'; /*name to be used*/
    src: url(/fonts/BitcountGridDouble.ttf); /*URL to font*/
}


body {
    background-color: rgb(0, 0, 25);
}

h1 {
    color: rgb(255, 255, 255);
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 150px;
    text-align: center;
    margin: auto;
    height: 185px;
    user-select: none;
}

h2 /*.streakNumDisplay*/ {
    color: rgb(255, 255, 255);
    font-family: JosefinSans;
    font-size: 125px;
    /* border: 1px;
    border-color: rgb(255, 255, 255);
    border-style: solid; */
    width: 500px;
    height: 160px;
    margin: auto;
    text-align: center;
    user-select: none;
}

button.gainStreakButton {
    border: none;
    visibility: hidden;
    background: url(/images/fire.png);
    background-color: rgb(0, 0, 75);
    height: 225px;
    width: 225px;
    cursor: pointer;
    border-radius: 15px;
}

button.gainStreakButton:hover {
    border: none;
    visibility: hidden;
    background: url(/images/fire.gif);
    background-color: rgb(0, 0, 105);
    height: 225px;
    width: 225px;
}

/*div.buttonDiv {
    padding: 0;
    text-align: center;
    margin: auto;
} */

div.banner {
    height:auto ;
    background-color:rgb(255, 255, 255);
    text-align: center;
    font-size:x-large;
}