*{
margin: 0%;
padding: 0%;
border: 0%;
font-family: 'Poppins';
}

.border{
    border: none;
}


.border:hover{
    border: 1.5px solid black;
}

.navbar{
    width: 100%;
    height: 3.78rem;
    background-color: #FDAE64;
    display: flex;
    align-items:  center;
    justify-content: left;
}

.nav-button{
    /* height: 2.3rem;
    width: 5.7rem;     */
    padding:3px 10px 3px;
    margin-left: 1rem;
    margin-top: .23rem;
    font-weight: 700;
    font-size: large;
    border-radius: 5rem;
    text-decoration: none;
}

.buttons{   
    cursor: pointer; 
    border: none;
    color: white;
    background-color: #FD792F;
}

.buttons:hover{
    border: 2px solid rgb(88, 58, 3);
}

body{
    background-image: url("Assets/backgroundim.jpeg"),linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5));
    background-size: cover;
    background-blend-mode:darken ;
}

section{
    width: 100%;
    height: 90vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

#quiss-box{
    width: 26vw;
    height: 75vh;
    /* margin-top: 3rem; */
    /* margin-left: 29rem; */
    gap: 0rem;
    border-radius: 2.9% ;
    background: #F5DEC0;

}

#qbox-top{
    background-color: #ffffff;
    width: 100%;
    /* height: 89px; */
    /* padding: 10px; */
    border-radius: 7px;
    align-items: center;
    display: flex;
    justify-content: space-between;
    height: 15%;

}

#qbox-top .p1{
    margin-left: .40rem;
    font-size:x-large;
    font-weight: 600;
}

#parent-p{
    /* padding: 10px; */
    margin: 0;
    display: flex;
    padding: 10px;
}

.p2{
    margin-left: .18rem;
    font-size:small;
    font-weight: 600;
    margin-top: .65rem;
}

.qbutton{
    width: 4rem;
    height: 1.7rem;
    /* margin-left: 4.2rem; */
    /* margin-top: .23rem; */
    margin-right: 5%;
    font-weight: 700;
    font-size: medium;
    border-radius: 5rem;
    
}

#qcontent{
    height: 85%;
    /* border: 1px solid black; */
}

#question-container{
    height: 30%;
    overflow-y: scroll;
}

.qquestion{
    font-size: 1.35rem;
    font-style:inherit;
    /* align-items: center; */
    justify-content:center;
    /* text-align: center; */
    padding-left: .4rem;
    padding-top: 4%;
    /* margin: 0.4rem; */
    /* margin-top: 0.8rem; */
}

hr {
    border: 0;
    border-top: .1rem solid #000; 
    margin: .75rem 0;
  }

.qoption{
    /* font-size: 90%; */
    margin-left: 7%;
    height: 22%;
    width: 60%;
    background-color: #FFD68C;
    border-radius: 5rem;
    background-blend-mode: darken;
    border: .3rem solid #FFD68C;
    background: linear-gradient(rgba(0,0,0,.15),rgba(0,0,0,0.15));
    text-align: left;
    align-items: center;
    padding-left: 4% ;
    padding-bottom: .4% ;
}

.opbutton{
    margin-top: 8%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 55%;
}


#result_page{
    display: none;
    /* display: flex; */
    background-color: #252525d7;
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    justify-content: center;
    align-items: center;
    /* height: ; */
}


#result_box{
    width: 22vw;
    height: 30vh;
    gap: 0rem;
    border-radius: 2.9% ;
    background: #F5DEC0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#backbutton{
    /* border: 1px solid black; */
    width: 100%;
    height: 20%;
    display: flex;
    justify-content: right;
    margin-bottom: 10%;
}

