.buttons {
display: flex;
justify-content: flex-end;
margin-bottom: var(--gap);
}
@media screen and (max-width: 768px) {
justify-content: center;