.main1{
    padding: 5px 10px 0px 50px;
    margin: 0px;
    border: 2px solid rgb(94, 92, 92) ;
    border-radius: 5px;
    box-shadow: 5px 5px 5px rgb(63, 62, 62);
    box-sizing: border-box;
    width: 400px;
    height: 300px;
    background-color: antiquewhite;
    display: flex;
    justify-content: center;
    align-items: center;
    
}
.hadding{
       font-style: normal;
       display: flex;
       justify-content: center;
       align-items: center;
}
.submit{
    
   /* padding: 0px;
    border: 2px solid black;
    width: auto;
    box-shadow: 2px 2px 2px rgb(79, 78, 78); */
    display: flex;
    justify-content: center;
    align-items: center;
}.submit :hover{
    background-color: rgb(48, 216, 99);
    cursor: pointer;
    border: 2px solid rgb(57, 55, 55);
    border-radius: 5px;
    box-shadow: 3px 3px 3px rgb(29, 27, 27);
    

}