@media (max-width: 600px) {
    .button-container {
        flex-direction: column;
        gap: 1rem;
        width: 100%;
        max-width: 300px;
    }

    button {
        width: 100%;
    }
}
select {
    border-radius:0.5vem;
}