body {
    height: 100vh;
}
form {
    width: 300px;
}
input {
    border: none;
}
button {
    margin-bottom: 10px;
}