.menuDiv{
	position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    z-index: 9999999;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 80px 20%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    backdrop-filter: blur(7.5756998062px);
    --webkit-backdrop-filter: blur(7.575699806213379px);
    background-color: rgba(0, 0, 0, 0.7);
    transition: all 3s;
    -webkit-transition: all 3s;
    display: none;
}

.menuALertBox {
    width: 100%;
    position: relative;
}

.menuALertLi{
	width: 100%;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    background: blue;
    margin-bottom: 20px;
    border-radius: 20px;
}