.blur-5px {
    filter: blur(5px);
}
.loading-overlay {
    position: absolute;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(32, 32, 32, 0.437) url(/images/loading.svg?5fa3603b358bf7d35b6fbddb0ef9009b) 50% 50% no-repeat;
    overflow: hidden;
    background-size: 100px 100px;
    display: block;
}

.loading-overlay-2 {
    position: absolute;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    /* background: rgba(32, 32, 32, 0.437) url('../images/loading.svg') 50% 50% no-repeat; */
    overflow: hidden;
    background-size: 100px 100px;
}

#menu-img{
    border: none;
}

.menu-btn:active {
    background-color: transparent; /* Change background color when button is clicked */
}
