/* components/button.css */
.button-container {
    margin: 20px 0;
    display: flex;
    justify-content: center;
    gap: 16px;
}

.button-container button {
    margin: 0;
}