.menuList{
    width:100%;
    height:100%;
    inset:0;
    display:flex;
    flex-flow:column;
    justify-items:center;
    justify-content:space-evenly;
}