.menu-item {
    display: flex;
    padding: 1px 6px;
    border: 1px outset buttonborder;
    border-radius: 3px;
    color: buttontext;
    background-color: buttonface;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    color: rgb(161, 23, 27);
    background-color: white
}

a.disabled {
    background-color: rgb(0, 95, 173);
}