.div-menu-main {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    margin-left: 10%;
    margin-right: 10%;
    margin-bottom: 1rem;
}   

.menu-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 95%;
    margin: 1rem auto;
    height: 200px;
    row-gap: 1rem;
    /* border: solid 1px purple; */
}

.menu-item {
    display: inline-flex;
    box-sizing: border-box;
    text-align: left;
    justify-content: center;
    align-items: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
    width: 50%;
    height: 65px;
    margin: 0px;
}

.big-item {
    padding-top: 6rem;
}

#middle-item {

}
.menu-item img {
    vertical-align: middle;
}

.menu-item #special-icon {
    border: 2px solid purple;
    border-radius: 5px;
    box-shadow: 5px 5px 15px 5px #000000a8;
}
.menu-item a {
    color: black;
}
.menu-item a:visited {
    color: black;
}

#ACBL-LIVE {
    background-color: dimgrey;
    width: 100%;
    display: flex;
    justify-content: center;
}