/*.container-map{*/
/*    width: 100%;*/
/*    display: flex;*/
/*    justify-content: center;*/
/*}*/
#map{
    touch-action: auto;
    position: relative;
}
.map-overlay{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    color: white;
    font-family: "Arial";
    font-size: 40px;
    font-weight: 700;
    transition: .6s;
    display: none;
    text-align: center;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    transition: 1s;
}
.map-overlay span{
    height: 100%;
    display:flex;
    align-items: start;
    margin-top: 76px;
    justify-content: center;
    color: #181818;
    font-size: 24px;
    font-family: "Ruberoid";


}
canvas{
    -webkit-filter: grayscale(100%);
}

