
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    
}
main{
    /* padding: auto; */
    width:100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-image: url(nature.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.background-image{
  
    width: 100%;
    height: 100vh;
}
.row{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px;
    width: 1000px;
    font-size: 25px;
    color: white;
}
#search{
    font-size: 25px;
    padding: 10px;
    border-radius: 25px;
    border: none;
    outline: none;
    box-shadow: 0px 0px 5px gray;
    text-transform: capitalize;
    background-color: rgba(19, 17, 11, 0.13);
    color: white;
    font-family:'Times New Roman', Times, serif
}
h2{
    font-size: 25px;
    font-family:'Times New Roman', Times, serif

}
.weather_update{
    width: 420px;
    height: 250px;
    border: 2px solid wheat;
    background-color: transparent;
    /* font-style: italic; */
    font-family:'Times New Roman', Times, serif;
    padding: 5px;
    margin: 10px;
    border-radius: 1rem;
}
