* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    color: #055879;
}


main{
    height: 100%;
    width: 100%;
    background-image: url(./img/background.svg);
    background-size: contain;
    background-position: top center;  
    background-repeat: no-repeat; 





}
h1 {
    font-size: 30px;
    position: absolute;
    top: 620px;
    left: 870px;
    color: #055879;
    z-index: 1000;
    border: 1px solid #055879;
    width: 50px;
    border-radius: 40px;
    background-color: #95defb;
  
}

h3 {
    font-size: 4rem;
    position: absolute;
    top: 75px;
    left: 600px;
    display: none;
}

.board {
    display: flex;
    justify-content: center;
    flex-flow: row nowrap;
    margin: 0 10px;
    visibility:hidden;

}

.displayAnswer {
    margin-top: 5%;
    padding: 0 0px;
    z-index: 1000;
}

.letters {
    width: 40px;
    height: 35px;
    /* margin-top: 10%; */
    padding-top: 100px;
    padding-left: 0px;
    margin-top: 150px;
    margin-left: 15px;
   
}

.lines {
    width: 60px;
    height: 20px;

    padding-top: 35px;
    padding-left: 10px;
}

/* change this to .keyPad to match the class */
/* .keyPad {
    display: grid;
    gap: 40px 5px;
    grid-template-columns: repeat(autofit, minmax(50px, 1fr));
    width:10%;
    margin: 10%;
} */

.keyPad {
    display: flex;
    gap: 20px 20px;
    flex-wrap: wrap;
    margin: 125px;
   z-index: 1000;
}

.keys {
    width: 40px;
    height: 35px;
    cursor: pointer;
    visibility:hidden;
    background-color: #95defb;
    border: 3px solid #023059;
    color: #023059;
    padding: 3px;
    
}

.buttons {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    width: 85%;
    visibility:hidden;
}

.btnStyle {
    cursor: pointer;
    padding: 0 50px 0 0;
}





#btn{
    width: 150px;
    height:auto;
    border: 75px solid transparent;
    border-left: 0;
    position: absolute;
    top: 540px;
    left: 660px;
}

#catBtn{
   position: relative;
   bottom: 65px;
   left: 70px;
   
   
}

.category{
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    width:60%;
  
}

/* .catStyle{
    cursor: pointer;
    width:60%;
    height: auto;
    padding-left: 280px;
   
} */

#firework1{
    position: absolute;
    top: 100px;
    left: 100px;
    width: 150px;
    height: 150px;
    visibility: hidden;

}    

#firework2{
    position: absolute;
    top: 100px;
    left: 760px;
    width: 150px;
    height: 150px;
    visibility: hidden;

}   

#catA{
    position: absolute;
    width: 25%;
    left: 250px;
    top: 290px;
    cursor: pointer;
    visibility: hidden;

}
#catB{

    
    position: absolute;
    width: 25%;
    left: 540px;
    top: 380px;
    cursor: pointer;
    visibility: hidden;
    


}

#wand{
    width: 100px;
    position: absolute;
    left: 230px;
    top: 75px;
    visibility: hidden;



}

#wand2{
    width: 100px;
    position: absolute;
    left: 680px;
    top: 75px;
    visibility: hidden;



}


#spellbook{
    width: 300px;
    position: absolute;
    left: 50px;
    top: 560px;
    visibility: hidden;
    cursor: pointer;



}

#refresh{
    width: 200px;
    
 




}

#catagory{
    width: 200px;
    margin-left: 60px;
    
    


}

#logo{
    width: 300px;
    height: 200px;
    position: absolute;
    left: 360px;
    top: 60px;
    visibility: hidden;


}
 
p{
    position: absolute;
    top: 220px;
    left: 460px;
    font-size: 30px;
    height: 50px;
    width: 120px;
    background-color: #95defb;
    border: 3px solid #023059;
    color: #023059;
    padding-top: 5px;
}

.spell2{
    visibility: hidden;


}

.time{
    visibility: hidden;


}

#intrologo{
    position: absolute;
    width: 500px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);





}

#overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background-image: url(./img/winning.svg);
    background-repeat: none;
    background-size: auto; */
    z-index: 2000;
    cursor: pointer;
  }

  #winning{
    height: 768px;
    width: 1024px;


  }
  
  @media only screen and (max-width: 912px) {
    #logo{
        width: 250px;
        height: 200px;
        position: absolute;
        left: 330px;
        top: 60px;
        visibility: hidden;
    
    
    }


#wand{
    width: 90px;
    position: absolute;
    left: 210px;
    top: 75px;
    visibility: hidden;



}

#wand2{
    width: 90px;
    position: absolute;
    left: 600px;
    top: 75px;
    visibility: hidden;



}

#firework1{
    position: absolute;
    top: 100px;
    left: 100px;
    width: 120px;
    height: 120px;
    visibility: hidden;

}    

#firework2{
    position: absolute;
    top: 100px;
    left: 700px;
    width: 120px;
    height: 120px;
    visibility: hidden;

}  


#catA{
    position: absolute;
    width: 25%;
    left: 230px;
    top: 260px;
    cursor: pointer;
    visibility: hidden;

}

#catB{

    
    position: absolute;
    width: 25%;
    left: 510px;
    top: 340px;
    cursor: pointer;
    visibility: hidden;
    


}

h1 {
    font-size: 30px;
    position: absolute;
    top: 520px;
    left: 670px;
    color: #055879;
    z-index: 1000;
    border: 1px dashed #055879;
    width: 50px;
    border-radius: 40px;
    background-color: #95defb;
  
}

p{
    position: absolute;
    top: 210px;
    left: 400px;
    font-size: 30px;
    height: 50px;
    width: 120px;
    background-color: #95defb;
    border: 3px dashed #023059;
    color: #023059;
}

.letters {
    width: 30px;
    height: 25px;
    /* margin-top: 10%; */
    padding-top: 100px;
    padding-left: 0px;
    margin-top: 130px;
    margin-left: 15px;
   
}

.keys {
    width: 35px;
    height: 30px;
    cursor: pointer;
    visibility:hidden;
    background-color: #95defb;
    border: 3px dashed #023059;
    color: #023059;
    
}

.lines {
    width: 60px;
    height: 20px;

    padding-top: 15px;
    padding-left: 10px;
}


#refresh{
    width: 200px;
    
 




}

#catagory{
    width: 200px;
    margin-left: 60px;
    
    


}


#spellbook{
    width: 220px;
    position: absolute;
    left: 60px;
    top: 550px;
    visibility: hidden;
    cursor: pointer;



}

#btn{
    width: 150px;
    height:auto;
    border: 75px solid transparent;
    border-left: 0;
    position: absolute;
    top: 500px;
    left: 600px;
}

#catBtn{
   position: relative;
   bottom: 100px;
   left: 60px;
   
   
}






  }


  @media only screen and (max-width: 820px) {
    #logo{
        width: 250px;
        height: 200px;
        position: absolute;
        left: 290px;
        top: 30px;
        visibility: hidden;
    
    
    }


#wand{
    width: 90px;
    position: absolute;
    left: 180px;
    top: 75px;
    visibility: hidden;



}

#wand2{
    width: 90px;
    position: absolute;
    left: 560px;
    top: 75px;
    visibility: hidden;



}

#firework1{
    position: absolute;
    top: 100px;
    left: 60px;
    width: 120px;
    height: 120px;
    visibility: hidden;

}    

#firework2{
    position: absolute;
    top: 100px;
    left: 640px;
    width: 120px;
    height: 120px;
    visibility: hidden;

}  


#catA{
    position: absolute;
    width: 25%;
    left: 200px;
    top: 230px;
    cursor: pointer;
    visibility: hidden;

}

#catB{

    
    position: absolute;
    width: 25%;
    left: 450px;
    top: 300px;
    cursor: pointer;
    visibility: hidden;
    


}

h1 {
    font-size: 30px;
    position: absolute;
    top: 470px;
    left: 600px;
    color: #055879;
    z-index: 1000;
    border: 1px solid #055879;
    width: 50px;
    border-radius: 40px;
    background-color: #95defb;
  
}

p{
    position: absolute;
    top: 170px;
    left: 370px;
    font-size: 24px;
    height: 40px;
    width: 100px;
    background-color: #95defb;
    border: 3px solid #023059;
    color: #023059;
}

.letters {
    width: 25px;
    height: 20px;
    /* margin-top: 10%; */
    padding-top: 100px;
    padding-left: 0px;
    margin-top: 100px;
    margin-left: 15px;
   
}

.keys {
    width: 30px;
    height: 25px;
    cursor: pointer;
    visibility:hidden;
    background-color: #95defb;
    border: 3px solid #023059;
    color: #023059;
    
}

.lines {
    width: 60px;
    height: 20px;

    padding-top: 15px;
    padding-left: 10px;
}


#refresh{
    width: 150px;
    
 




}

#catagory{
    width: 150px;
    margin-left: 60px;
    
    


}


#spellbook{
    width: 190px;
    position: absolute;
    left: 60px;
    top: 500px;
    visibility: hidden;
    cursor: pointer;



}

#btn{
    width: 150px;
    height:auto;
    border: 75px solid transparent;
    border-left: 0;
    position: absolute;
    top: 450px;
    left: 550px;
}

#catBtn{
   position: relative;
   bottom: 100px;
   left: 60px;
   
   
}


#winning{
    
    width: 820px;


  }



  }

  @media only screen and (max-width: 768px) {
    #logo{
        width: 250px;
        height: 200px;
        position: absolute;
        left: 270px;
        top: 10px;
        visibility: hidden;
    
    
    }


#wand{
    width: 90px;
    position: absolute;
    left: 160px;
    top: 55px;
    visibility: hidden;



}

#wand2{
    width: 90px;
    position: absolute;
    left: 540px;
    top: 55px;
    visibility: hidden;



}

#firework1{
    position: absolute;
    top: 100px;
    left: 60px;
    width: 100px;
    height: 120px;
    visibility: hidden;

}    

#firework2{
    position: absolute;
    top: 100px;
    left: 610px;
    width: 100px;
    height: 120px;
    visibility: hidden;

}  


#catA{
    position: absolute;
    width: 25%;
    left: 200px;
    top: 230px;
    cursor: pointer;
    visibility: hidden;

}

#catB{

    
    position: absolute;
    width: 25%;
    left: 430px;
    top: 295px;
    cursor: pointer;
    visibility: hidden;
    


}

h1 {
    font-size: 30px;
    position: absolute;
    top: 500px;
    left: 630px;
    color: #055879;
    z-index: 1000;
    border: 1px solid #055879;
    width: 50px;
    border-radius: 40px;
    background-color: #95defb;
  
}

p{
    position: absolute;
    top: 150px;
    left: 350px;
    font-size: 24px;
    height: 40px;
    width: 100px;
    background-color: #95defb;
    border: 3px solid #023059;
    color: #023059;
}

.letters {
    width: 20px;
    height: 15px;
    /* margin-top: 10%; */
    padding-top: 90px;
    padding-left: 0px;
    margin-top: 90px;
    margin-left: 20px;
   
}

.keys {
    width: 30px;
    height: 25px;
    cursor: pointer;
    visibility:hidden;
    background-color: #95defb;
    border: 3px solid #023059;
    color: #023059;
    
}

.lines {
    width: 60px;
    height: 20px;

    padding-top: 5px;
    padding-left: 10px;
}


#refresh{
    width: 120px;
    
 




}

#catagory{
    width: 120px;
    margin-left: 60px;
    
    


}


#spellbook{
    width: 150px;
    position: absolute;
    left: 90px;
    top: 480px;
    visibility: hidden;
    cursor: pointer;



}

#btn{
    width: 150px;
    height:auto;
    border: 75px solid transparent;
    border-left: 0;
    position: absolute;
    top: 425px;
    left: 480px;
}

#catBtn{
   position: relative;
   bottom: 100px;
   left: 40px;
   
   
}


#winning{
    
    width: 768px;


  }



  }


  @media only screen and (max-width: 610px) {
    
    main{
        background: url(./img/background2.svg) no-repeat center center fixed; 
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;



    }

    #logo{
        width: 250px;
        height: 80px;
        position: absolute;
        left: 180px;
        top: 60px;
    
    
    }


    #firework1{
        position: relative;
        top: 140px;
        left: -165px;
        width: 70px;
        height: 70px;


}  

    #wand{
        width: 70px;
        position: absolute;
        left: 100px;
        top: 75px;



    }

    #wand2{
        width: 70px;
        position: absolute;
        left:440px;
        top: 75px;
    
    
    
    }


    #firework2{
        position: relative;
        top: 140px;
        left: 160px;
        width: 70px;
        height: 70px;


}  

#catA{
    position: absolute;
    width: 30%;
    left: 120px;
    top: 210px

}

#catB{

    
    position: absolute;
    width: 30%;
    left: 320px;
    top: 270px


}

h1 {
    font-size: 20px;
    position: absolute;
    top: 800px;
    left: 455px;
    color: #055879;
    z-index: 1000;
    border: 1px solid #055879;
    width: 40px;
    border-radius: 20px;
    background-color: #95defb;
  
}

p{
    position: absolute;
    top: 140px;
    left: 260px;
    font-size: 20px;
    height: 40px;
    width: 100px;
    background-color: #95defb;
    border: 3px solid #023059;
    color: #023059;

}

#spellbook{
    width: 140px;
    position: absolute;
    left: 60px;
    top: 845px;
    visibility: hidden;
    z-index: 1000;



}

#refresh{
    width: 140px;
    
 




}

#catagory{
    width: 140px;
   
    
    


}

#btn{
    
    border: 75px solid transparent;
    border-left: 0;
    position: absolute;
    top: 780px;
    left: 405px;
}

#catBtn{
    position: relative;
    top: -40px;
    left: 40px;
    
    
 }

 #winning{
    
    width: 610px;


  }


#spellbook{
    width: 250px;
    position: absolute;
    left: 50px;
    top: 560px;
    visibility: hidden;
    cursor: pointer;



}

@media only screen and (max-width: 540px) {
    
    main{
        background: url(./img/background2.svg) no-repeat center center fixed; 
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;



    }

    #logo{
        width: 250px;
        height: 80px;
        position: absolute;
        left: 150px;
        top: 60px;
    
    
    }


    #firework1{
        position: relative;
        top: 140px;
        left: -145px;
        width: 70px;
        height: 70px;


}  

    #wand{
        width: 70px;
        position: absolute;
        left: 70px;
        top: 75px;



    }

    #wand2{
        width: 70px;
        position: absolute;
        left:410px;
        top: 75px;
    
    
    
    }


    #firework2{
        position: relative;
        top: 140px;
        left: 140px;
        width: 70px;
        height: 70px;


}  

#catA{
    position: absolute;
    width: 30%;
    left: 100px;
    top: 210px

}

#catB{

    
    position: absolute;
    width: 30%;
    left: 280px;
    top: 265px


}

h1 {
    font-size: 20px;
    position: absolute;
    top: 460px;
    left: 400px;
    color: #055879;
    z-index: 1000;
    border: 1px solid #055879;
    width: 40px;
    border-radius: 20px;
    background-color: #95defb;
  
}

p{
    position: absolute;
    top: 140px;
    left: 230px;
    font-size: 20px;
    height: 40px;
    width: 100px;
    background-color: #95defb;
    border: 3px solid #023059;
    color: #023059;

}

#spellbook{
    width: 140px;
    position: absolute;
    left: 60px;
    top: 845px;
    visibility: hidden;
    z-index: 1000;



}

#refresh{
    width: 140px;
    
 




}

#catagory{
    width: 140px;
   
    
    


}

#btn{
    
    border: 75px solid transparent;
    border-left: 0;
    position: absolute;
    top: 435px;
    left: 350px;
}

#catBtn{
    position: relative;
    top: -20px;
    left: 35px;
    
    
 }

 #winning{
    
    width: 610px;


  }


#spellbook{
    width: 150px;
    position: absolute;
    left: 30px;
    top: 500px;
    visibility: hidden;
    cursor: pointer;
}

    .letters{
        height: 10px;
        width: 20px;
        padding-top: 80px;
        padding-left: 0px;
        margin-top: 100px;
        margin-left: 15px;



   }
   
   .lines {
    width: 40px;
    height: 40px;
    margin-top: 0px;
   
}
.keyPad {
    display: flex;
    gap: 7px 7px;
    flex-wrap: wrap;
    margin: 60px;
    margin-left: 90px;
    z-index: 1000;
}



#intrologo{
    width: 300px;


}

#winning{
    
    width: 540px;
   


}

}

}
  @media only screen and (max-width: 414px) {
    
    main{
        background: url(./img/background1.svg) no-repeat center center fixed; 
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;

    }

   .letters{
        height: 10px;
        width: 20px;
        padding-top: 80px;
        padding-left: 0px;
        margin-top: 100px;
        margin-left: 15px;



   }
   
   .lines {
    width: 40px;
    height: 40px;
    margin-top: 0px;
   
}
.keyPad {
    display: flex;
    gap: 7px 7px;
    flex-wrap: wrap;
    margin: 60px;
    margin-left: 90px;
    z-index: 1000;
}

#firework1{
    position: relative;
    top: 100px;
    left: -100px;
    width: 50px;
    height: 50px;


}  

#logo{
    width: 150px;
    height: 50px;
    position: absolute;
    left: 130px;
    top: 60px;


}

#catA{
    position: absolute;
    width: 30%;
    left: 80px;
    top: 190px

}

#catB{

    
    position: absolute;
    width: 30%;
    left: 220px;
    top: 230px


}

#wand{
    width: 50px;
    position: absolute;
    left:70px;
    top: 45px;



}

#wand2{
    width: 50px;
    position: absolute;
    left:280px;
    top: 45px;



}

#firework2{
    position: relative;
    top: 100px;
    left: 100px;
    width: 50px;
    height: 50px;


}  

p{
    position: absolute;
    top: 110px;
    left: 150px;
    font-size: 20px;
    height: 40px;
    width: 100px;
    background-color: #95defb;
    border: 3px solid #023059;
    color: #023059;
}

#spellbook{
    width: 100px;
    position: absolute;
    left: 40px;
    top: 510px;
    visibility: hidden;
    z-index: 1000;



}

.displayAnswer {
    margin-top: 5%;
    padding: 0 1px;
}

#refresh{
    width: 90px;
    
 




}

#catagory{
    width: 90px;
   
    
    


}

#btn{
    
    border: 75px solid transparent;
    border-left: 0;
    position: absolute;
    top: 450px;
    left: 270px;
}

#catBtn{
    position: relative;
    top: -10px;
    left: 25px;
    
    
 }

 h1 {
    font-size: 20px;
    position: absolute;
    top: 480px;
    left: 295px;
    color: #055879;
    z-index: 1000;
    border: 1px solid #055879;
    width: 40px;
    border-radius: 20px;
    background-color: #95defb;
  
}

#intrologo{
    width: 300px;


}

#winning{
    
    width: 414px;
   


  }
 



  
}


@media only screen and (max-width: 393px) {
    
    main{
        background: url(./img/background1.svg) no-repeat center center fixed; 
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;

    }

   .letters{
        height: 10px;
        width: 20px;
        padding-top: 80px;
        padding-left: 0px;
        margin-top: 150px;
        margin-left: 15px;



   }
   
   .lines {
    width: 40px;
    height: 40px;
    margin-top: 0px;
   
}
.keyPad {
    display: flex;
    gap: 7px 7px;
    flex-wrap: wrap;
    margin: 60px;
    margin-left: 90px;
    z-index: 1000;
}

#firework1{
    position: relative;
    top: 100px;
    left: -100px;
    width: 50px;
    height: 50px;


}  

#logo{
    width: 150px;
    height: 50px;
    position: absolute;
    left: 130px;
    top: 60px;


}

#catA{
    position: absolute;
    width: 30%;
    left: 80px;
    top: 190px

}

#catB{

    
    position: absolute;
    width: 30%;
    left: 220px;
    top: 230px


}

#wand{
    width: 50px;
    position: absolute;
    left:70px;
    top: 45px;



}

#wand2{
    width: 50px;
    position: absolute;
    left:280px;
    top: 45px;



}

#firework2{
    position: relative;
    top: 100px;
    left: 100px;
    width: 50px;
    height: 50px;


}  

p{
    position: absolute;
    top: 110px;
    left: 150px;
    font-size: 20px;
    height: 40px;
    width: 100px;
    background-color: #95defb;
    border: 3px solid #023059;
    color: #023059;
}

#spellbook{
    width: 100px;
    position: absolute;
    left: 40px;
    top: 595px;
    visibility: hidden;
    z-index: 1000;



}

.displayAnswer {
    margin-top: 5%;
    padding: 0 1px;
}

#refresh{
    width: 90px;
    
 




}

#catagory{
    width: 90px;
   
    
    


}

#btn{
    
    border: 75px solid transparent;
    border-left: 0;
    position: absolute;
    top: 530px;
    left: 250px;
}

#catBtn{
    position: relative;
    top: -10px;
    left: 25px;
    
    
 }

 h1 {
    font-size: 20px;
    position: absolute;
    top: 560px;
    left: 275px;
    color: #055879;
    z-index: 1000;
    border: 1px solid #055879;
    width: 40px;
    border-radius: 20px;
    background-color: #95defb;
  
}

#intrologo{
    width: 300px;


}

#winning{
    
    width: 390px;
   


  }
 



  
}

@media only screen and (max-width: 360px) {
    
    main{
        background: url(./img/background1.svg) no-repeat center center fixed; 
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;

    }

   .letters{
        height: 10px;
        width: 20px;
        padding-top: 80px;
        padding-left: 0px;
        margin-top: 150px;
        margin-left: 15px;



   }
   
   .lines {
    width: 40px;
    height: 40px;
    margin-top: 0px;
   
}
.keyPad {
    display: flex;
    gap: 7px 7px;
    flex-wrap: wrap;
    margin: 60px;
    margin-left: 90px;
    z-index: 1000;
}

#firework1{
    position: relative;
    top: 100px;
    left: -80px;
    width: 40px;
    height: 40px;


}  

#logo{
    width: 150px;
    height: 50px;
    position: absolute;
    left: 110px;
    top: 60px;


}

#catA{
    position: absolute;
    width: 30%;
    left: 80px;
    top: 170px

}

#catB{

    
    position: absolute;
    width: 30%;
    left: 200px;
    top: 207px


}

#wand{
    width: 50px;
    position: absolute;
    left:60px;
    top: 55px;



}

#wand2{
    width: 50px;
    position: absolute;
    left:260px;
    top: 55px;



}

#firework2{
    position: relative;
    top: 100px;
    left: 80px;
    width: 40px;
    height: 40px;


}  

p{
    position: absolute;
    top: 110px;
    left: 140px;
    font-size: 20px;
    height: 40px;
    width: 100px;
    background-color: #95defb;
    border: 3px solid #023059;
    color: #023059;
}

#spellbook{
    width: 100px;
    position: absolute;
    left: 20px;
    top: 595px;
    visibility: hidden;
    z-index: 1000;



}

.displayAnswer {
    margin-top: 5%;
    padding: 0 1px;
}

#refresh{
    width: 90px;
    
 




}

#catagory{
    width: 90px;
   
    
    


}

#btn{
    
    border: 75px solid transparent;
    border-left: 0;
    position: absolute;
    top: 533px;
    left: 230px;
}

#catBtn{
    position: relative;
    top: -30px;
    left: 20px;
    
    
 }

 h1 {
    font-size: 20px;
    position: absolute;
    top: 560px;
    left: 255px;
    color: #055879;
    z-index: 1000;
    border: 1px solid #055879;
    width: 40px;
    border-radius: 20px;
    background-color: #95defb;
  
}

#intrologo{
    width: 300px;


}

#winning{
    
    width: 360px;
   


  }
 



  
}

@media only screen and (max-width: 295px) {
    
    main{
        background: url(./img/background1.svg) no-repeat center center fixed; 
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;

    }

   .letters{
        height: 10px;
        width: 20px;
        padding-top: 80px;
        padding-left: 0px;
        margin-top: 150px;
        margin-left: 15px;



   }
   
   .lines {
    width: 40px;
    height: 40px;
    margin-top: 0px;
   
}
.keyPad {
    display: flex;
    gap: 7px 7px;
    flex-wrap: wrap;
    margin: 40px;
    margin-left: 80px;
    z-index: 1000;
}

#firework1{
    position: relative;
    top: 100px;
    left: -80px;
    width: 40px;
    height: 40px;


}  

#logo{
    width: 130px;
    height: 50px;
    position: absolute;
    left: 80px;
    top: 60px;


}

#catA{
    position: absolute;
    width: 30%;
    left: 60px;
    top: 170px

}

#catB{

    
    position: absolute;
    width: 30%;
    left: 160px;
    top: 200px


}

#wand{
    width: 40px;
    position: absolute;
    left:30px;
    top: 55px;



}

#wand2{
    width: 40px;
    position: absolute;
    left:220px;
    top: 55px;



}

#firework2{
    position: relative;
    top: 100px;
    left: 80px;
    width: 40px;
    height: 40px;


}  

p{
    position: absolute;
    top: 110px;
    left: 100px;
    font-size: 14px;
    height: 30px;
    width: 100px;
    background-color: #95defb;
    border: 3px solid #023059;
    color: #023059;
}

#spellbook{
    width: 100px;
    position: absolute;
    left: 5px;
    top: 595px;
    visibility: hidden;
    z-index: 1000;



}

.displayAnswer {
    margin-top: 5%;
    padding: 0 1px;
}

#refresh{
    width: 80px;
    
 




}

#catagory{
    width: 80px;
   
    
    


}

#btn{
    
    border: 75px solid transparent;
    border-left: 0;
    position: absolute;
    top: 530px;
    left: 190px;
}

#catBtn{
    position: relative;
    top: -20px;
    left: 18px;
    
    
 }

 h1 {
    font-size: 20px;
    position: absolute;
    top: 565px;
    left: 215px;
    color: #055879;
    z-index: 1000;
    border: 1px solid #055879;
    width: 30px;
    border-radius: 20px;
    background-color: #95defb;
  
}

#intrologo{
    width: 250px;


}

#winning{
    
    width: 360px;
   


  }
 



  
}
  

