.submit{
    width: 200px;
    height: 50px;
    background-color: #F34C4F;
    color: #FFF;
    border: 3px solid #FBBBBC;
    /* margin-top: 20px; */
    margin-left: auto;
    /* margin-right: 100px; */
    display: flex;
    align-items: center;
    justify-content: center;
    /* text-decoration: underline; */
    cursor: pointer;
}
