body {
  margin: 0;
  font-family: Arial, sans-serif;
}

h1 {
  text-align: center;
  background: #0074D9;
  color: white;
  padding: 10px;
}

#map-container {
  position: relative;
  width: 100%;
  height: 100vh; /* Folosim toată înălțimea ecranului */
  background-image: url('harta_galati_repere.jpg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border: 2px solid black;
  overflow: hidden;
}

#car {
  position: absolute;
  width: 40px;
  display: none;
  transition: left 0.5s ease, top 0.5s ease;
}