body {
  background-color: #d9d9d9;
  font-family: "Roboto", sans-serif;
}
a {
  color: #4ed7f1;
}
main {
  padding: 30px 0;
}
header {
  border-bottom: 1px solid #f9f7fe;
  padding: 0 0 30px 0;
}
.awesome-app {
  background-color: white;
  max-width: 600px;
  margin: 30px auto;
  box-shadow: 0 30px 50px rgba(65, 50, 100, 0.08);
  border-radius: 14px;
  padding: 30px;
}
.city-name {
  background-color: #d9d9d9;
  border: none;
  border-radius: 5px;
  width: 80%;
  font-size: 15px;
  padding: 15px 20px;
}
.submit-button {
  background: #393e46;
  border-radius: 5px;
  border: none;
  font-size: 15px;
  padding: 15px 30px;
  color: white;
}
.weather-app-info {
  display: flex;
  justify-content: space-between;
}
#humidity {
  color: #7f55b1;
  font-weight: bold;
}
#speed {
  color: #7f55b1;
  font-weight: bold;
}
.weather-app-city {
  margin: 0;
  font-size: 40px;
  line-height: 48px;
}
.weather-app-details {
  font-size: 16px;
  line-height: 25px;
  color: #041c3d;
  font-weight: 500px;
}
.weather-app-details strong {
  color: #332d56;
}
.weather-app-temperture {
  display: flex;
}
.weather-app-value {
  margin-top: 20px;
  font-size: 80px;
  font-weight: bold;
}
.weather-app-emoji {
  font-size: 42px;
  margin-bottom: 30px;
  margin-left: 10px;
}
.weather-app-unit {
  margin-bottom: 80px;
  font-size: 40px;
}
.weather-app-info {
  margin: 0;
  font-size: 25px;
  line-height: 40px;
}
.weather-forecast {
  display: flex;
  justify-content: space-around;
  margin-top: 10px;}

.weather-forecast-date {
  text-align: center;
  color: rgba(39, 33, 66, 0.4);
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 10px;
}

.weather-forecast-icon {
  width: 80px;
  display: block;
  margin: 0 auto;
}
.weather-forecast-temperatures {
  text-align: center;
  color: #7F75CD;
  margin-top: 10px;
  display: flex;
  justify-content: center;
  padding-left: 60px;
}

.weather-forecast-temperature {
  padding: 10px;
}
footer {
  font-size: 14px;
  text-align: center;
  color: #393e46;
}
