h3{
    font-family: Lora;
    font-size: 40px;
    text-align: center;
}
.form-cent{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.cl{
    width: 250px;
    padding:1% 0%;
}
.cl label{
    padding: 2% 0%;
}
button{
    margin: 1% 0%;
    min-width: 10%;
}
@media only screen and (max-width: 880px ){

footer{
    height:750px;
}
}