body {
  font-family: "Poppins", sans-serif;
  background: linear-gradient(120deg, #5bc0de, #7a43b6);
  color: white;
  text-align: center;
  margin: 0;
  padding: 0;
}

.app {
  max-width: 600px;
  margin: 1em auto;
  background: rgba(0, 0, 0, 0.3);
  padding: 1em;
  border-radius: 20px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
}

.note {
  font-size: 0.9em;
  color: #eee;
}

select, input, button {
  padding: 0.6em;
  margin: 0.5em;
  border-radius: 10px;
  border: none;
  outline: none;
  font-size: 1em;
}

button {
  background: #ffc107;
  color: #222;
  font-weight: bold;
  cursor: pointer;
}

button:hover {
  background: #ffcd38;
}

#results img {
  width: 64px;
  height: 64px;
  margin: 5px;
}

#map {
  height: 300px;
  width: 100%;
  margin-top: 1em;
  border-radius: 15px;
}
