#divContent > form, div {
    display: flex;
    align-items: center;
    justify-content: center;
}

#divContent > form {
    width: 100%;
    flex-direction: column;
}

#divContent > form > div {
    width: 80%;
    margin: 10px;
}

input {
    width: 100%;
    height: 30px;
    display: inline-flex;
    margin-right: 10px;
}

#txt2 {
    background-color: beige;
    color: blue;
}

button {
    width: 30%;
    display: inline-flex;
    margin-right: 10px;
}