body {
    font-family: Arial, sans-serif;
}

.form-step {
    display: none;
}

.form-step.active {
    display: block;
}

button {
    margin-top: 10px;
}
