.div {
    display: flex;
    flex-direction: column;
    width: 400px;
    /* height: 350px; */
    border-radius: 20px;
    margin: 0 auto;
    padding-top: 400px;
}

.label {
    font-size: 24px;
    text-align: center;
padding-bottom: 10px;
padding-top: 10px;
}
.input {
    width: 400px;
    height: 25px;
    border: 2px solid black;
    border-radius: 10px;
    padding-left: 10px;
}

.button {
    width: 200px;
    height: 50px;
    background-color: red;
    border-radius: 15px;
    color: white;
    text-align: center;
    font-size: 15px;
    margin: 0 auto;
    margin-top: 20px;
}