.responsive-buttons {
        display: flex;
        justify-content: center;
        align-items: center;
}

button {
        font-family: 'BernhardModernW01-Roman';
        font-size: min(max(2px,4vw), 14px);
        width: 80px;
        height: auto;
        background-color: #000;
        color: #ffd000;
        cursor: pointer;
        border-radius: 8px;
        border-color: #222;
        border-width: 1px;
}