body {
  background-image: url("https://s3.amazonaws.com/shecodesio-production/uploads/files/000/171/485/original/sunset-cloud.png?1753996144");
  font-family: "Mochiy Pop P One", sans-serif;
  font-size: 400;
}
main {
  padding: 30px;
}
.app {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(12px);
  max-width: 650px;
  margin: 50px auto;
  padding: 30px;
  border-radius: 16px;
  box-shadow: 0 30px 50px #41326414;
}

header {
  padding: 30px 0 0 0;
}
.search-input {
  background-color: rgba(255, 255, 255, 0.8);
  color: #27214266;
  border: none;
  border-radius: 6px;
  width: 80%;
  font-size: 14px;
  padding: 15px 20px;
  font-family: "Mochiy Pop P One", sans-serif;
}

.search-button {
  background: linear-gradient(135deg, #ffc3a0, #ffb6b9);
  color: white;
  padding: 15px 25px;
  margin: 8px;
  border-radius: 6px;
  border: none;
  font-size: 14px;
  cursor: pointer;
  font-family: "Mochiy Pop P One", sans-serif;
}

.search-button:hover {
  background: linear-gradient(135deg, #ffb6b9, #ffc3a0);
}

.weather-forecast {
  display: flex;
  justify-content: space-around;
  margin-top: 30px;
}
.weather-forecast-date {
  text-align: center;
  color: #ffe4e1;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 10px;
}
.weather-forecast-icon {
  width: 88px;
  height: 88px;
  display: block;
  margin: 0 auto;
}

.weather-forecast-temperatures {
  display: flex;
  justify-content: center;
  margin-top: 10px;
  text-align: center;
  color: #ffd580;
}
.weather-forecast-temperature {
  padding: 0 10px;
}

a {
  color: #ffb6c1;
}

a:hover {
  color: #ffcce0;
}
footer {
  padding: 15px 0 0 0;
  font-size: 13px;
  text-align: center;
  color: #f8f8ff;
}
.percentage {
  color: #ffb6c1;
}
.wind {
  color: #ffb6c1;
}
.weather-details {
  margin: 0;
  font-size: 18px;
  color: #f0e6ff;
  font-weight: 400;
  line-height: 20px;
  padding: 15px 0 0 0;
}

.city-temp-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.text-info {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}
.temperature-app-container {
  display: flex;
}

.temperature-icon {
  margin-top: 22px;
  width: 80px;
  height: 80px;
}

.temperature-now {
  font-size: 88px;
  margin-left: 10px;
  font-weight: bold;
  color: #ffe4e1;
}

.temperature-unit {
  margin-top: 16px;
  font-size: 28px;
  color: #fffaf0;
}
.city-input {
  margin: 0;
  font-size: 38px;
  line-height: 48px;
  color: #fff0f5;
}
