@media screen and (max-width: 596px) {
    form {
        display: flex;
        flex-direction: column;
    }
    button {
    margin-top: 10px;
    }
}
