.weather-legend {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 5px 0;
  font-family: Arial, sans-serif;
}

.weather-legend li {
  flex: 1;
  height: 25px;
  display: flex;
  width: 25px;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: bold;
  /* border: 1px solid #ccc; */
}