body{
    background-color: #9ecad6;
}



input{
    padding-left: 25px;
font-size: 20px;
    border: none;
    border-radius: 30px;
    margin: 0% auto;
    height: 50px;
    width: 300px; 
} 
.inputi{
    gap: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: black;
    margin: 0% auto;
    height: 400px;
    width: 350px;
    /* background-color: black; */
}
label{
    font-family: sans-serif;
    display: flex;
    justify-content: center;
    /* text-align: center; */
    font-size: 25px;
}
h1{
    font-family: sans-serif;
    font-size: 40px;
    text-align: center;
}
.btn{
    border: none;
    font-size: 18px;
    border-radius:30px ;
/* margin-top:30px ; */
    width: 120px;
    background-color: #748dae;
    height: 50px;
    color: white;
}
.para{
    font-size: 18px;
    display: flex;
    text-align: center;
    margin: 0% auto;
    width: 80%;
}
.head2{
    height: 50px;
    /* background-color: red; */
 justify-content: center;
    display: none;
}