.overlay{
    position: absolute;
    z-index: 998;
    top: 0;
    left: 0;
    width: 100%;
    height: 100dvh;
    background-color: #f6f7f8;
    display: flex;
    align-items: center;
    justify-content: center;
}