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

.text-black{
    color: black;
}

.text-white{
    color: white;
}

body{
    background-image: url(../img/gh2.png);
    background-position: center;
    background-position-y: 30%;
}

.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-image: url(../img/scroll_3.jpeg);
}

.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%;
    height: 230px;
}

.main-text{
    color:gray;
    position: relative;
    top: 30%;
    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;
}

