.birb_buttons {
    /*  */
    display: flex;
    flex-wrap: wrap;
    max-width: 50em;
    justify-content: center;
    gap:0.5em;
}

.birb_buttons__button {
    width: 88px;
    height: 31px;
    display: block;
}

.birb_buttons__button:hover .birb_buttons__button-img {
    transform: scale(2);
    image-rendering: pixelated;
    z-index: 1;
}

.birb_buttons__link {
    display: block;
    height: 100%;
    width: 100%;
}

.birb_buttons__button-img {
    pointer-events: none;
    transition: transform 100ms;
}
