/* styles.css */
body {
    font-family: Arial, sans-serif;
    margin: 20px;
}

form {
    display: flex;
    flex-direction: column;
    max-width: 300px;
    margin: auto;
}

label, input, button {
    margin-bottom: 10px;
}

button {
    padding: 5px 10px;
}
