#gameContainer{
    text-align: center;
}
#gameBoard{
    border: 3px solid;
    background-image: url(funnyfattiktoker.jpg);
  /*  background-color: rgb(139, 107, 65);
    background-blend-mode: color-dodge; */
    background-size: contain;

}
#scoreText{
    font-family: "squirk", cursive;
    font-size: 100px;
}
#resetBtn{
    font-family: "squirk", cursive;
    font-size: 22px;
    width: 300px;
    height: 50px;
    border: 4px solid;
    border-radius: 15px;
    cursor: pointer;
}

body{
    background-color: rgb(240, 180, 51);
}

#resetBtn:hover{
    border-color: rgb(124, 54, 255);
    color: rgb(124, 54, 255); 
 }
 
 #title{
   display: flex;
   text-align: center;
   justify-content: center;
   font-family: squirk;
   word-spacing: 10px;
   letter-spacing: 1.5px;
   color: white;
   background-color: rgb(0, 0, 0);
   border-radius: 50px;
   margin-bottom: 10px;
   
 }
 

 li{
     list-style: none;
     font-size: 20px;
     margin: 2px ;
     display: block;
     padding: 10px 10px 10px 10px;
     justify-content: center;
     text-align: center;
     
 }

 ul{
    color:white;
    background-color: black;
    border-radius: 50px;
    font-family: squirk;
    word-spacing: 3px;
   letter-spacing: 1.5px;
 }

 #rules{
    color: white;
    background-color: black;
    display: block;
    padding: 10px;
    border-radius: 50px;
    font-family: squirk;
    word-spacing: 5px;
    letter-spacing: 2px;
 }


