map{
    div{
        position:absolute;
        top:600px;
        left:700px   ;
        width:40%;
        padding:2%;
        background-color:darkgray;
        border-radius:10px;
    }
}

div{
    img{
        height:200px;
        width: 200px;
    }
}

div#circle{
    top: 100px;
    left: 350px;
}
div#rect{
    top: 100px;
    left: 350px;
}
div#poly{
    top: 100px;
    left: 350px;
}