@tailwind base;
@tailwind components;
@tailwind utilities;

/* styles/globals.css */
#map-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

/* Add this to your global CSS or component-specific CSS */
#search-box {
  width: 300px;
  padding: 8px;
  margin-top: 20px;
  font-size: 16px;
}
