form{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 80%;
}

/* #img1 {
    height: 75%;
}

#inputs1 {
    height: 25%;
} */

/* #img1>img {
    width: 250px;
    height: 250px;
} */

form > section {
    width:100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: bold;
    
}

#number1,
#confirm1 {    
    padding: 10px;
    margin: 0 5px;

    height: 100%;
    box-sizing: border-box;
}

#number1 {
    /* border-radius: 10%; */
    border: 2px solid black;
    width: 25%;
}