body {
    font-family: system-ui, sans-serif;
}
:root {
    color-scheme: light dark;
}
.buttons {
    display: grid;
    grid-template-columns: repeat(auto-fill, 88px);
    grid-gap: 5px;
    max-width: 774px;
}
