*{
    margin: 0;
    padding: 0;
}
.section{
    width: 100%;
    height: 100vh;
    /* border: 1px solid red; */
    background-color: rgb(245,245,245);
    display: flex;
    align-items: baseline;
    justify-content: center;
}
.divOne{
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.formDiv{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
/* .divTwo{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    he
} */