body {
  background-image: url("https://s3.amazonaws.com/shecodesio-production/uploads/files/000/178/313/original/IMG-20260211-WA0040.jpg?1771001346");
  background-size: cover;
  background-repeat: none;
  font-family: "Times New Roman", Times, serif;
}

h1 {
  margin-bottom: 0;
}

footer {
  color: rgb(0, 0, 0, o.6);
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}

.container {
  max-width: 850px;
  margin: 150px auto;
  padding: 20px;
  box-shadow: inset;
  background-color: gray;
  border-radius: 10px;
}

.search-input {
  width: 70%;
  max-width: 600%;
  border-radius: 6px;
  border: none;
  padding: 10px;
  margin-left: 62px;
}

.search-button {
  width: 10%;
  max-width: 400%;
  color: aliceblue;
  background-color: blueviolet;
  border-radius: 6px;
  border: none;
  padding: 10px;
  margin: 2px;
}

.paragraph {
  margin: 0;
}

.para {
  display: flex;
  justify-content: space-between;
  margin: 20px 0 0;
  padding: 0;
}

.temp {
  display: flex;
  justify-content: space-between;
  margin: 30px;
  padding: 0;
}

.weather-icon {
  font-size: 45px;
  height: 90px;
}

.weather-temp {
  font-size: 80px;
}

.weather-units {
  font-size: 25px;
}

.speed {
  text-align: left;
  margin-top: 0;
  font-size: 18px;
  margin-left: 20px;
}

.weather-hum {
  color: blue;
}

.weather-wind {
  color: blue;
}

.weather-forecast-day {
  display: flex;
  justify-content: space-around;
}
.weather-day {
  color: whitesmoke;
  font-size: 18px;
  text-align: center;
  margin-bottom: 10px;
  line-height: 20px;
}

.weather-icon {
  display: block;
  margin: 0 auto;
  width: 70px;
  height: 65px;
}

.weather-temperatures {
  text-align: center;
  color: blue;
  padding: 0 10px;
}
