.menuView{
    width:100%;
    height: 100%;
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #FBF1BC; 
}

.hidden{
    display: none;    
}

