body {
  background: #b8dcff;
  font-family: "Source Code Pro", monospace;
}

.container {
  background: #f7f7f7;
  max-width: 700px;
  margin: 40px auto;
  padding: 20px;
  border-radius: 20px;
  box-shadow: 10px 11px 26px rgba(85, 133, 181, 0.2);
  border: 1px solid #66bfbf;
}
.search-input {
  width: 100%;
  margin: 20px auto;
  padding: 10px;
  border: none;
  font-size: 18px;
  border-radius: 5px;
  background: #e3f0fd;
}
.search-input:focus {
  outline: 2px solid #5585b5;
  font-family: "Source Code Pro", monospace;
}
.featured-elements-container {
  display: flex;
  justify-content: space-between;
  padding: 20px;
}
p,
footer,
.country,
.featured-city,
.feature-temperature,
.feature-temperature-symbol-c,
.feature-temperature-symbol-f {
  color: #113f67;
}
.featured-city {
  font-size: 38px;
  line-height: 20px;
  margin: none;
}

p strong {
  color: #f73859;
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
}

.description,
.country {
  font-style: italic;
  color: #5585b5;
  font-weight: 500;
}
.featured-summary {
  display: flex;
  align-items: center;
}

.feature-emoji {
  font-size: 24px;
  border-radius: 12px;
  border: 1px solid #e2eefa;
  margin-right: 10px;
}
.feature-temperature {
  font-size: 60px;
}

.feature-temperature-symbol-c {
  font-size: 20px;
  margin-bottom: 30px;
}
.forecast {
  display: flex;
  justify-content: space-between;
  padding: 10px;
  align-items: center;
}
.forecast-day {
  text-align: center;
  border: 1px solid #e3f0fd;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 2px 2px 2cap rgba(118, 163, 207, 0.2);
}
.weather-forecast-day {
  margin-left: 10px;
  color: #113f67;
  margin-bottom: 20px;
}
.forecast-icon {
  margin-bottom: 20px;
  width: 70px;
}
.forecast-temp strong {
  color: #f73859;
}
.forecast-temp {
  margin-top: 10px;
  color: #113f67;
}
.lowest-temp-forecast {
  opacity: 0.7;
}
footer {
  margin-top: 30px;
  font-size: 11px;
  text-align: center;
}
a {
  color: #f73859;
}
