body {
  background: #cae5fb;
  font-family: "Roboto", sans-serif;
}

.tenki-yoho-container {
  background: #62a4dd;
  box-shadow: 0 30px 50px rgba(42, 38, 51, 0.08);
  border: none;
  border-radius: 14px;
  padding: 30px;
  max-width: 550px;
  margin: 30px auto;
}

.city-search-form {
  border-bottom: 1px solid #4d98d6;
  padding: 0 0 30px 0;
}

.enter-city-form {
  border: none;
  border-radius: 4px;
  background: #d1e9fc;
  margin: auto;
  padding: 12px 30px;
  width: 385px;
}
.search-city-form {
  background: #025ea9;
  border: none;
  border-radius: 4px;
  color: white;
  padding: 12px 25px;
  margin-left: 15px;
}

.tenki-details {
  text-align: center;
}

.tenki-city {
  font-size: 35px;
  margin-top: 30px;
}

.weather-app-details {
  display: flex;
  justify-content: center;
}

.tenki-icon {
  font-size: 45px;
  margin-bottom: 10px;
  margin-top: -5px;
  margin-left: -25px;
  margin-right: -5px;
}

.tenki-temperature {
  font-size: 80px;
  margin-left: -3px;
  margin-right: 5px;
}

.tenki-unit {
  margin-top: 10px;
  margin-right: -20px;
}

.tenki-yoho-details {
  color: rgba(10, 10, 10, 0.6);
  font-size: 15px;
}

.tenki-yoho-details strong {
  color: rgb(129, 8, 32);
}

a {
  color: #025ea9;
}

.tenki-yoho-forecast {
  border: 1px solid rgba(128, 181, 255, 0.9);
  border-radius: 6px;
}
.tenki-forecast-day {
  display: flex;
  justify-content: space-around;
  line-height: 10px;
  margin: 20px;
  border-bottom: 1px solid #4d98d6;
  padding: 0 0 5px 0;
}

.tenki-forecast-date {
  color: rgba(10, 10, 10, 0.6);
  text-align: center;
  font-size: 18px;
  margin-top: 25px;
}
.tenki-forecast-icon {
  display: block;
  margin: 0 auto;
  width: 70px;
  height: 70px;
}
.tenki-forecast-temperatures {
  text-align: center;
  color: rgb(129, 8, 32);
  display: flex;
  justify-content: center;
}
.tenki-forecast-temperature {
  padding: 0 12px;
  margin-top: 25px;
}

footer {
  border-top: 1px solid #4d98d6;
  color: rgba(0, 0, 0, 0.6);
  font-size: 12px;
  padding: 30px 0 0 0;
  text-align: center;
}
