h1{
    margin-left: 420px;
}
.form
{
    background: #fcf9f9;
    width:800px;
    height:1000px;
    margin-left:12%;
    border:dotted;
    
}
.form h2{
    margin-left: 20px;
}
.form h3{
    margin-left: 20px;
}
.submit{
    background: #0d6efd;
    height: 40px;
    width:100px;
    border: none;
    border-radius:20px;
}

