.flex-container {
    background: #111111;
    border: 0px solid #000;
    border-radius: 5px;
    margin: 1rem 0 0.5rem 0;
}

#container1 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    text-transform: uppercase;
}


#container1 div:hover, .active {
    color: #BBBBBB;
    background-color: #363636;
}

/*

DIV#menu {
}
*/
