body
{
   background-color: rgba(0, 0, 0, 0);
}
.person
{
   position:absolute;
   width:50px;
   height: 50px;
   background-color: green;
   border-radius: 20px;
   opacity: 1;
   z-index: 10;
   top: 0px;
   left: 150px;
}
.marker
{
   position: absolute;
   left: 85px;
   top: 358px;
   width: 5px;
   height: 5px;
   background-color: purple;
      z-index: 20;
}
.form
{
   float: right;
   border: 2px solid black;
   border-radius: 5px;
   background-color: lightgrey;
   padding: 10px;
   margin: 10px;
}
