*
{
    background-color: black;
    color: bisque;
}

.menu-flex-container
{
    display: flex;
}

.menu-flex-container button
{
    height: 250px;
    flex: 1;
    border-color: olive;
}

