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

.Main-Article {
    background: white;
    max-width:600px;
    border-radius: 16px;
    margin: 30px auto;
    padding: 30px;
    box-shadow: 0 30px 50px rgba(65, 50, 100, 0.08);

}
.search{
    background-color: #f9f7fe;
    border: none;
    color: rgba(39, 33, 66, 0.4);
    font-size: 16px;
    padding: 20px;
    width: 75%;
    border-radius: 6px;
  }
  
  .search-button {
    margin-left: 5px;
    font-size: 16px;
    background-color: #885df1;
    color: white;
    border: none;
    padding: 20px;
    line-height: 1;
    border-radius: 5px;
  }
  
  main {
    padding: 30px 0;
  }

  .data {
    display: flex;
    justify-content: space-between;

  }

  .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{
    font-size: 38px;
  text-align: center;
  }

  .weather-forecast {
    display: flex;
    justify-content: space-around;
    margin-top: 30px;
  }

  .weather-forecast-temp {
    text-align: center;
    color: #f65282;
    margin-top: 10px;
    display: flex;
    justify-content: center;
  }
  
  .weather-forecast-temperature {
    padding: 0 10px;
  }
  .weather-city
  {
    margin-top: o;
    font-size: 38px;
    line-height: 48px;

  }
  .weather-details {
    font-size: 16px;
    color: rgba(39, 33, 66, 0.4);
    line-height: 24px;
    font-weight: 500;

  }

  .weather-temp{
    display: flex;

  }
  .weather-temp-value{
    font-size: 88px;
    font-weight: bold;
    margin-left: 10px;
    line-height: 88px;
  }
  .Temp-icon{
    width: 88px;
    height: 88px;


  }

.weather-temp-unit{
    font-size: 28px;
    margin-top: 6px;
}
.weather-details strong {
    color: #f65282;
}
  footer {
    border-top: 1px solid #f9f7fe;
    text-align: center;
    padding-top: 15px;
  
    color: rgba(39, 33, 66, 0.4);
  }