body{
    margin: 0;
    padding: 0;
    height: 100%;
}

#map{
    width: 100%;
    height: 500px;
}

.overlay{
    
    width: 60px; 
    height: 60px; 
    border-radius: 50%;
    position: relative;
    
    top:-30px;
    left: -30px;
    font-size: 3em;

    
} 
.overlay svg{
    width: 50px;
    height: 50px;

    position: absolute;
    left: 5px;
    top: 5px;

}

#overlay1{
    outline: 3px solid #0067c8;
    fill: #0067c8;
}

#overlay2{
    outline: 3px solid #7a6e66;
    fill: #7a6e66;
}
#overlay3 {
    outline: 3px solid #901f93;
    fill: #901f93;
}

