.lower
{
    flex: 1;
    height: 800px;
    display: flex;
    flex-direction: row;
    padding-top: 60px;
    padding-left: 68px;

}
.menu
{
    width: 70px;
    display: flex;
    flex-direction: column;
    position: fixed;
    left: 0;
    background-color: #fff;
    
}
.main-content
{
    flex:1;     
    
}
.menu-buttons-styling
{
    height: 75px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    border: none;
    background-color: #fff;
    
}
.menu-buttons-styling:hover
{
    background-color:#cfd6d8dc; ;
    cursor: pointer;

}
