.bg-main-background{ /* bg-gray-900*/
    --bg-opacity: 1;
  background-color: #161e2e;
  background-color: rgba(22, 30, 46, var(--bg-opacity));

}

.bg-container-background{ /* bg-gray-800*/

        --bg-opacity: 1;
        background-color: #252f3f;
        background-color: rgba(37, 47, 63, var(--bg-opacity));
}

.sm\:.text-base-color{ /* text-gray-300*/
        --text-opacity: 1;
        color: #d2d6dc;
        color: rgba(210, 214, 220, var(--text-opacity));

}

.map-style{

  --bg-opacity: 1;
  background-color:aliceblue;
  height: 400px; /* The height is 400 pixels */
  width: 100%; /* The width is the width of the web page */
}