
.button-group {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 1em auto;
    gap: 0.5em;
    justify-content: center;
    align-items: center;
}
