.main-image {
  height: 540px;
  width: 800px;
}
.perfect-circle {
  width: 100px;
  height: 100px;
  border: 13px solid;
  border-radius: 50%;
  border-color: red;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  /* transform: translate(50px, 100px); */
}
.map-field {
  position: relative;
  overflow: scroll;
}
