body{
    background: #2A7B9B;
background: linear-gradient(90deg, rgba(42, 123, 155, 1) 0%, rgba(87, 199, 133, 1) 50%, rgba(237, 221, 83, 1) 100%);
height: 100%;
}

.heading{
  margin-top: 80px;
  text-align: center;
}

.fa-solid{
    font-size: 100px;
    color:rgb(245, 241, 23);
    display: block;
    padding-top:30px;
}

.logo{
    display:inline;
    font-size: 100px;
    font-weight: 900;
    color:rgb(3, 3, 41);
    text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.801);
}

.quote{
    font-size:30px;
    color:rgb(2, 2, 39);
}

.level{
    margin-top: 80px;
    font-size: 30px;
    text-align: center;
    font-weight: 400;
}
 
.list1,.list2,.list3{
    font-size: 30px;
    margin-top: 40px;
    height: 50px;
    width:200px;
    margin-right: 40px;
    background-color: rgb(46, 39, 39);
    color:white;
    box-shadow:6px 6px 3px black;
    border-radius: 15px;
    font-weight: 600;
    cursor: pointer;
    display: inline-block;
}

.list1:hover{
    font-size: 35px;
    height: 60px;
    width:220px;
    background-color: green;
}

.list2:hover{
    font-size:35px;
    height: 60px;
    width:220px;
    background-color: rgb(131, 131, 15);
}

.list3:hover{
    font-size:35px;
    height: 60px;
    width:220px;
    background-color:rgb(146, 5, 5);
}

#easy, #medium,#difficult{
    width:80vw;
    margin:50px auto 0px auto;
    font-size:25px;
    cursor: pointer;
    
    display:none;
}

#easy li{
    list-style: none;
    display: inline-block;
    padding:20px 0px 20px 0px;
    text-align:start;
    
}

#medium li{
    list-style: none;
    display: inline-block;
    padding:20px 0px 20px 0px;
    text-align:start;
}

#difficult li{
    list-style: none;
    display: inline-block;
    padding:20px 0px 20px 0px;
    text-align:start;
}

.qn,.qn2,.qn3{
    margin-top: 30px;
    height: auto;
    width:auto;
    background: #EDDD53;
    background: linear-gradient(90deg, rgb(228, 216, 114) 0%, rgba(87, 199, 133, 1) 56%, rgb(74, 192, 176) 100%);
    box-shadow: 15px 15px  15px black;
    color:black;
}

.qn > label{
    font-size:25px;
    font-weight: 600;
    padding: 25px 5px;
    display: inline-block;
}

.qn2 > label{
    font-size:25px;
    font-weight: 600;
    padding: 25px 5px;
    display: inline-block;
}

.qn > label{
    font-size:25px;
    font-weight: 600;
    padding: 25px 5px;
    display: inline-block;
}

.qn3 > label{
    font-size:25px;
    font-weight: 600;
    padding: 25px 5px;
    display: inline-block;
}

input[type="radio"]{
    width:20px;
    height: 20px;
    border:4px solid white;
    border-radius: 50%;
    cursor: pointer;
}

.submit{
    height: 50px;
    width:200px;
    font-size: 20px;
    background-color: rgb(46, 39, 39);
    color:white;
    border:3px 3px 15px black;
    border-radius: 15px;
    display: block;
    margin: 70px auto;
}

.submit:hover{
    height: 60px;
    width:220px;
    font-size: 25px;
    background-color: rgb(23, 78, 6);
    color:white;
    border:3px 3px 15px rgb(255, 255, 255);
}

.correct{
    border:20px ridge rgb(2, 54, 2);
    background: rgb(188, 243, 188);
    color:black;
}

.wrong{
     border:20px ridge rgb(163, 23, 23);
    background: rgb(241, 169, 169);
    color:black;
}

.tick{
    font-size: 20px;
    display: inline;
}

#score{
    height: 160px;
    width:400px;
    margin: 60px auto;
    background-color:rgb(0, 0, 0);
    color:white;
    text-align: center;
    box-shadow:4px 4px 10px black;;
    display: none;
}

.score{
    height: 50px;
    font-size:20px ;
    padding-top:20px;
    background-color: rgb(28, 128, 185);
}

.playAgain,.home{
    height: 40px;
    width:140px;
    display: inline-block;
    margin:30px 10px;
    border-radius: 15px;
    font-size: 20px;
    background-color: rgb(255, 255, 255);
}

.playAgain:hover{
    background-color: rgb(247, 216, 41);
}

.home:hover{
    background-color: rgb(247, 216, 41);
}


@media(min-width: 320px) and (max-width: 767px){
    .fa-solid{
        font-size:40px; 
    }

    .logo{
        font-size: 50px;
    }

    .quote ,.level{

        font-size: 20px;
    }

    #easy,#medium,#difficult{
        font-size: 18px;
    }
   
    #easy li,#medium li,#difficult li{
     padding:10px 5px 15px 0px;
    }

    .qn > label{
    font-size:18px;
    padding:25px 15px ;
    }

    .qn2 > label{
    font-size:15px;
    padding:25px 15px ;
    }

   .qn3 > label{
    font-size:15px;
    padding:25px 15px ;
    }

    input[type="radio"]{
    width:16px;
    height: 16px;
    border:2px solid white;
    }
    .tick{
    font-size: 13px;
    }

    .correct{
    border:10px ridge green;
    }
    .wrong{
     border:10px ridge rgb(163, 23, 23);
    }

    #score{
    width:330px; 
    }
    
}

@media(min-width: 768px) and (max-width: 1024px){
    .fa-solid{
        font-size:100px; 
          padding-top: 90px;
    }
    .logo{
        font-size: 100px;
    }
     .level{
        padding-top: 90px;
        font-size: 40px;
    }
} 
