.e1{
    background-color: rgba(233, 231, 231, 0.932);
    text-align: center;
    padding: 50px;
}



.e2{
    width: 23%;
    height: 500px;
    border: 1px solid black;
    border-radius: 6px;
    display: inline-block;
    padding : 18px;
    text-align: justify;
    box-shadow: 0 0 10px black;
    background-color: rgba(255, 255, 255, 0.89);
}
 


.e3{
    display: inline-block;
    text-align: justify;
}



.e5{
    width: 48%;
    display: inline-block;
    text-align:justify;
}



span{
    color: red;
}



.e2 h1{
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    background: linear-gradient(to right , #ffee00 , #00E0FF);
    background-clip: text ;
    color: transparent;
    display: inline-block
}



input{
    background: linear-gradient(to right , #FF8A00 , #DBFF00);
    border-radius: 15px;
    border: none;
    text-align: center;
    height: 28px;
    width: 92%;
}



.e6{
    display: block;
    margin-top: 10px;
    text-align:justify;
}



.e7{
    display: inline-block;
    margin-top: 10px;
    text-align:justify;
    vertical-align: super;
}



.e8{
    text-align: justify;
    display: inline-block;
    width: 15px;
    height: 15px;
}




.e9{
    display: inline-block;
}



.e10{
    text-align: center;
    margin: 0% auto;
    padding: 10px;
}



button{
    width: 50%;
    height: 30px;
    border-radius: 15px;
    border: none;
    background-color: #FF8A00;
    cursor: pointer;
    transition-property: all;
    transition-duration: 0.8s;
}


button:hover{
    box-shadow: 0 0 10px black inset ;
}

button:focus{
    background-color: #FAFF00;
}


@media (max-width:406px){

    

    .e2{
        width: 100%;
        text-align: center;
        height: auto;
    }

}