body {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.container {
  background: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%);
  max-width: 600px;
  margin: 80px auto;
  border-radius: 15px;
  padding: 50px 80px;
  background-image: url(https://s3.amazonaws.com/shecodesio-production/uploads/files/000/175/177/original/images.jpg?1761301404);
  background-repeat: no-repeat;
  background-size: cover;
}

.search {
  text-align: center;
}

.search-input {
  font-size: 15px;
  padding: 15px;
  width: 70%;
  border-radius: 6px;
}

.search-button {
  font-size: 15px;
  padding: 15px;
  border-radius: 6px;
  width: 20%;
  background: white;
  cursor: pointer;
}

h1 {
  text-align: center;

  color: black;
  font-size: 36px;
}

.weather-image {
  width: 100px;
  position: relative;
  top: 30px;
}
.temperature {
  margin-bottom: 50px;
}
p {
  text-align: center;
  color: black;
  font-size: 15px;
}
.weather-forecast {
  display: flex;

  justify-content: space-around;
  margin-top: 30px;
}
.weather-forecast-date {
  text-align: center;
  font-size: 14px;
  color: black;
  line-height: 20px;
  margin-bottom: 10px;
}
.weather-forecast-icon {
  text-align: center;
  width: 70%;
}
.weather-forecast-temperatures {
  text-align: center;
  font-size: 14px;
  color: black;
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.weather-forecast-temperature {
  padding: 0 10px;
}

footer {
  text-align: center;
  margin-top: 20px;
  color: black;
}
