body {
  background-image: url("https://s3.amazonaws.com/shecodesio-production/uploads/files/000/175/379/original/earth.jpg?1761868060");
  background-size: cover;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

a {
  color: orchid;
  text-decoration: none;
}

.material-icons {
  position: absolute;
  color: #888;
  margin-left: 7px;
  pointer-events: none;
  margin-top: -2.5px;
}
.weather-app {
  background: linear-gradient(
    109.6deg,
    rgb(1, 15, 34) 11.2%,
    rgba(0, 37, 84, 0.9) 100.2%
  );
  max-width: 600px;
  margin: 30px auto;
  box-shadow: 0 30px 50px rgba(65, 50, 100, 0.08);
  border-radius: 13px;
  padding: 100px 10px;
  border: 5px solid #1b5487;
}
header {
  padding-bottom: 30px;
  border-bottom: 1px solid #f9f7fe;
  margin-top: -80px;
}
.weather-forecast {
  list-style: none;
  padding-left: 15px;
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
.weather-days {
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
  margin-bottom: 10px;
}
.colours {
  color: orchid;
  text-align: center;
  margin-top: 10px;
  font-size: 18px;
  display: flex;
  justify-content: center;
}
.colour {
  padding-right: 0 10px;
}
.colour strong {
  padding-right: 14px;
}
.weather-emoji {
  width: 80px;
  height: 80px;
  display: block;
  margin: 0 auto;
}
.weather-app-city {
  text-align: center;
}
.search-form-button {
  background: orchid;
  padding: 10px 25px;
  border: none;
  font-size: 13px;
  border-radius: 6px;
  margin-left: 2px;
  color: black;
}

.search-input {
  background-color: white;
  border: none;
  border-radius: 6px;
  width: 78%;
  font-size: 16px;
  padding: 8px;
  margin-left: 10px;
}

.weather-app-temperature {
  font-size: 88px;
  text-align: center;
  font-weight: bold;
}

.weather-app-details {
  font-size: 20px;
  color: white;
  display: flex;
  justify-content: space-between;
  margin-top: 90px;
  margin-right: 40px;
  padding-left: 20px;
  font-weight: 500;
}
.weather-app-details strong {
  color: orchid;
}

.description {
  font-size: 20px;
  color: white;
  padding-left: 370px;
  margin-top: -30px;
}

.weatehr-app-unit {
  font-size: 25px;
  margin-left: 350px;
  margin-top: -90px;
}
.icon {
  transform: scale(300%);
  padding-left: 190px;
}

.show-time {
  text-align: center;
  font-size: 35px;
  margin-top: 50px;
  font-weight: bolder;
}
footer {
  border-top: 1px solid #f9f7fe;
  padding-top: 30px;
  text-align: center;
  font-size: 14px;
  color: white;
  line-height: 20px;
  margin-top: 80px;
  margin-bottom: 30px;
}
