.menu{
    height: 100px;
    width: 100px;
    background-color: black;
    color: white;
    font-size: 2.5rem;
    display: grid;
    place-items: center;
    
}