#map {
    position: relative;
}
#marker, .marker {
    position: absolute;
    border-radius: 9999px;
    border: solid rgba(255, 255, 255, 0.45);
}
.marker{
    background-color: gray;
}