.contianer{
    background-color: white;
    margin: 30px auto;
    border-radius:16px ;
    width: 700px;
    box-shadow: 0 0 10px rgba(65,50,100,0.08);
    padding: 30px;
    
    

}
body{
    font-family: "roboto",sans-serif;
    background:url(pexels-eberhardgross-1287142.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
}
header{
    border-bottom:1px solid #f9f7f9 ;
    padding:0 0 30px 0;
}
.search-input{
    width: 80%;
    background-color:#C8A8DD;
    border: none;
    border-radius: 15px;
    padding: 10px 20px;
    color: white;
    font-size: 16px;
    outline: none;

}
.search-button{
    background-color:#4F5AA8;
    padding: 10px 20px;
    border: none;
    border-radius: 2px;
    color: white;
    font-size: 12px;
    cursor: pointer;
    border-radius: 2px;
    
}
footer{
    border-top: 1px solid #f9f7f9;
    font-size: 14px;
    padding: 30px 0 0 0 ;
    text-align: center;
    color: rgba (0,0,0,0.5);
}

.main{
   display: flex;
    justify-content: space-between;
    font-weight: bold;
}
.main .tempreature{
    padding-top: 5px;
    font-size: 18px;
    color:#E15598;
}
.main .text h1{
    margin: 0;
    font-size: 38px;
    line-height: 48px;
     
}
.main .text p{
    font-size: 16px;
    color: rgba(39,33,66,0.4);
    line-height: 20px;
}
.text p .strong{
    color:#FC709B;
}
.tempreature{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.weather-forcast{
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    text-align: center;
  
    
}
.weather-forcast-date{
    text-align: center;
    color:rgba(39,33,66,0.4) ;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 30px;
    justify-content: center;
  
}
.weather-forcast-icon{
    font-size: 20px;
    text-align: center;
    margin-bottom: 15px;

}
.weather-foracst-temp{
    display: flex;
    text-align: center;
    color: #3F5EAC;
    justify-content: space-between;
    align-items:center ;
    margin-top: 10px;
}
.weather-for{
    padding:0 6px;


}


