 body {
      background-color: #f0f0f0;
      text-align: center;
      font-family: Arial, sans-serif;
    }
    .map {
      position: relative;
      display: inline-block;
    }
  
    
  
   
  .map .cities{
      font-family: monospace;
      font-size: 10px;
      background: #f1f1f1;
      padding: 10px;
      border: 1px solid #ccc;
      display: inline-block;
      position: absolute;
      white-space: pre;
  }
 .map #city_Newyork{ top: 125px; left: 125px;}
.map #city_Paris{ top: 100px; left: 400px;}
 .map #city_Mumbai{ top: 170px; left: 500px;}
 .map #city_Shanghai{ top: 160px; left: 700px;}
 .map #city_Sydney{ top: 300px; left: 750px;}
 .map #city_Tokyo{ top: 75px; left: 800px;}
