.menuBtn {
    /* width: 20%; */
    /* height: 10%;
    box-sizing: border-box; */
    width: auto;
    min-width: 70px;
    flex-shrink: 0;
    text-align: center;
    margin: 10px;
    /* border: 1px solid; */
}

.menuImgSp {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.menuImgMid {
    /* width: 50%; */
    /* height: 50%; */
    height: 30px;
}

.menuImg {
    /* width: 50px; */
    /* height: 45px; */
    width: 100%;
    height: 100%;
    border-radius: 5px;
}