body {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}

input {
    margin: 5px;
}

button {
    color: black;
    background-color: red;
}


