form {
    max-width: 300px;
    margin: 0 auto;
}
input, button {
    display: block;
    width: 100%;
    margin-bottom: 10px;
}
