body {
color: white;
background-color: #303030;

}

.menub-icon {
width: 150px;
height: 75px;
text-decoration: none;             
border: none;             
background-color: #303030;                        
border-radius: 5px;             
box-shadow: 7px 6px 28px 1px rgba(0, 0, 0, 0.24);             
cursor: pointer;            
outline: none;             
transition: 0.4s all; 

}





.menub-icon:active { 
            
transform: scale(0.70);             
box-shadow: 3px 2px 22px 1px rgba(0, 0, 0, 0.24); 
             
}




.menu-icon {
width: 150px;
height: 75px;
text-decoration: none;             
border: none;             
background-color: gray;                        
border-radius: 5px;             
box-shadow: 7px 6px 28px 1px rgba(0, 0, 0, 0.24);             
cursor: pointer;            
outline: none;             
transition: 0.4s all; 
text-align: center;

}

.menu-icon:active { 
            
transform: scale(0.70);             
box-shadow: 3px 2px 22px 1px rgba(0, 0, 0, 0.24); 
             
}
