.nav-color{
    background-image: url("../img/wd.jpg");
    
   
}

.font-satisfy{
    font-family: 'Satisfy', cursive;
    font-size: large;
    color: black;
}

.letter-stl{
    cursor: pointer;
    color: black;
    text-decoration: none;
}

.letter-stl:hover{
    color: red;
}

.rst-btn{
    display: none;
}
  
.font-alphabet{
    font-family: 'Ultra', serif;
    font-size: x-large;
}

.text-black{
    color: black;
}

.text-white{
    color: white;
}

body{
    background-color: blanchedalmond;
    background-position: center;
    
}

.bottom-bar{
    border-bottom: 20px solid black;
}

.min-margin{
    margin-top: .1rem;
}

.quiz-board{
    width: 100%;
    max-width: 500px;
    min-height: 300px;
    margin: auto;
    border-width: 2.5px;
    border: black;
    border-style: solid;
    background-color: transparent;
    background-position-y: 60%;
    
}

.bt-start{
    top: 50%;
}

.bt-direction{
        top: 50%;
        width: 5rem;
        justify-content: center;
        padding-inline: .5rem;
    
}

.answers{
    margin-left: 1rem;
    display: none;
    padding-top: 1rem;
}

.font-yellowtail{
    font-family: 'Yellowtail', cursive;
}

.font-josefin{
    font-family: 'Josefin Sans', sans-serif;
}

.banner-area{
    width: 100%;
    min-height: 120px;
}

.main-text{
    font-size: xxx-large; 
}


.end-message{
    display: none;
}


.img-logo{
    width: 80%;
    margin: auto;
    max-height: 300px;
    object-fit: scale-down;
}

.button-font-border, .button-reset{
    font-family: 'Poppins', sans-serif;
    color: white;
    border-width: 2.5px;
    border-color: darkslategray;
    border-style:outset;
    font-size: 20px;
    padding: 10 rem;
}

.button-op{
    background-color: gray;
    width: 50px ;
    margin: 5px;
}

.button-reset{
    background-color: orangered;
    width: 80px ;
    margin: 5px;
}

#alphabet-div{
    display: none;
}

.font-gentium{
    font-family: 'Gentium Book Basic', serif;
}