.weather-stations {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.station {
  /* background-color: #f4f4f4; */
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.station h4 {
  font-size: 16px;
  margin-bottom: 5px;
}

.station h5 {
  font-size: 18px;
  margin-bottom: 10px;
}

.station p {
  margin-bottom: 10px;
}
