body {
  background: #e9edc9;
  font-family: "DM Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
.welcome {
  text-align: center;
  padding-bottom: 10px;
}

.search-bar {
  text-align: center;
}

.search-input {
  background-color: #e9edc9;
  width: 45%;
  padding: 15px;
  font-size: 16px;
  border-radius: 10px;
}
.search-button {
  background-color: #c1cd66;
  width: 10%;
  padding: 15px 5px;
  border: none;
  border-radius: 10px;
  color: #ffffff;
  font-size: 16px;
}

strong {
  font-weight: 400;
}
.date {
  text-align: center;
  padding: 10px 40px 0px 0px;
  margin: 0px;
  font-size: 25px;
  font-weight: 800;
  color: #ffffff;
}
.weather-info {
  max-width: 600px;
  margin: 10px auto;
  padding: 10px 30px;
  border-radius: 20px;
  box-shadow: 0px 30px 50px rgba(65, 50, 100, 0);
  background-color: #966186;
}
.weather-info-dets {
  display: flex;
  justify-content: space-between;
  text-align: center;
  max-width: 700px;
  margin: 200;
  padding: 60px 100px 20px 10px;
  background-color: #ffffff;
  border: solid;
  border-radius: 20px;
}
.main-weather-info {
  padding: 40px 10px 10px 40px;
  border: #c1cd66 solid;
  margin: 0%;
  max-width: 800px;
  max-height: 500px;
  padding: 20px 40px 100px 40px;

  border-radius: 10px;
  background-color: #ffffff;
}
.city-name {
  margin-top: 0px;
  padding: 1px 0px 0px 0px;
  font-weight: bolder;
  font-size: 50px;
}
.country-info {
  display: flex;
  flex-flow: column nowrap;
  align-content: space-around;
  padding-bottom: 30px;
}
.country {
  font-size: 3p0x;
  font-weight: 100;
  padding-top: 0px;
  margin: 0px;
}
.city-icon {
  display: flex;
  display: inline;
  width: 80px;
  height: 80px;
  margin: 90px;
  size: 50px;
}

.city-temp {
  padding: 50px 10px;
  font-size: 45px;
}

.more-info {
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.feels-like-line {
  font-weight: 200;
  margin: 0px;
  padding: 0px 80px 20px;
  font-size: 20px;
}

.wind-info {
  padding: 80px 25px;
}

.humidity-level {
  padding: 0px 10px;
}

.conditions-pic {
  width: 300px;
  height: 150px;
  border-radius: 10px;
  margin-top: 20px;
  box-shadow:
    3px 3px #966186,
    -1em 0 0.2em #c1cd66;
}

.forecast {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border: #966186 dotted;
  padding: 10px 15px 10px 15px;
  border-radius: 10px;
  margin: 0px 30px;
  max-height: 610px;
  background-color: #ffffff;
}
.forecast-date {
  text-align: center;
  font-size: 20px;
  padding: 5px 0px 5px;
}
.forecast-icon {
  text-align: center;
  width: 45px;
  height: 45px;
  margin-top: 0px;
  padding: none;
}
.forecast-temps {
  display: flex;
  justify-content: center;
  padding-bottom: 10px;
  border-bottom: #966186 dotted;
}
.forecast-temp {
  padding: 5px 5px 0px;
  font-size: 15px;
  font-weight: 300;
  color: blueviolet;
}
footer {
  text-align: center;
}
