@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap");
*{
    font-family: "poppins",sans-serif;
    
}
.quiz{
    font-size: 50px;
    font-weight: 600;
    display: flex;
    justify-content:center;
}
.img{
    padding:5px;
    width: 20%;
}
.ns{
    display: flex;
    justify-content: center;
}

.form{
    font-size: 15px;
    background: rgb(201, 234, 245);
    font-weight: 500;
    padding: 10px;
    opacity: 1;
}
.full{
    background: aliceblue;
    border: 1px solid #84c5fe;
    border-radius: 5px;
    margin-bottom: 15px;
    align-items: center;
    padding: 8px 15px;

}
.qus{
    
    padding:10px;
    font-size: 18px;
    font-weight: 600;
}
.demo{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 10px;
}

.option{
    display: auto;
    font-size: 16px;
}

.opt{
    background: aliceblue;
    border: 1px solid #84c5fe;
    border-radius: 5px;
    padding: 8px 15px;
    font-size: 16px;
    margin-bottom: 15px;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease;
}
.opt:hover{
    color: #004085;
    background: #cce5ff;
    border-color: #b8daff;
}

.button{
    font-size: 20px;
    font-weight: 500;
    color:#3186e0;
    padding: 10px 25px;
    margin:10px;
    border: 1px solid #0470e4;
    border-radius: 5px;
    background: #fff;

}
.button:hover{
    color: #010b16;
    background: rgb(165, 224, 243);
    border-color: #070a0e;
    border: 1.5px solid;
}
.div{
  
  display: flex;
  justify-content: center;

}

