.forecast-container {
  display: flex;
  justify-content: space-around;
  margin-top: 15px;
  gap: 10px;
}

.forecast-day {
  text-align: center;
  background: #f9f9f9;
  border-radius: 10px;
  padding: 10px;
  width: 100px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
