body{
    /* background: linear-gradient(45deg, #FF4E50, #F9D423); */
    background: linear-gradient(45deg,#aad1ff,  #6a92d2);
    font-size: 30px;
}
.heading{
    font-size: 45px;
    margin: auto;
    text-align: center; 
    padding-top:3%;
     
}
#box{
    padding: 2%;
    font-family: Comic Sans MS;
    background: linear-gradient(45deg, #6a92d2, #aad1ff);
    margin: auto;
    position: relative;
    width: 30%;
    text-align: center;
    border-radius: 10px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.navbar{
    margin: auto;
    
}
input{
    padding: 8px;
    border: none;
    border-radius: 4px;
  }
  
  button{
    padding: 8px 12px;
    background-color: #4CAF50;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
  }
  
  button:hover {
    background-color: #45a049;
  }

img{
    border-radius: 20%;
    width:20%;
    height: 20%;
}
.midsection{
    margin: 10%;
}

.lower_section img {
    border-radius: 20%;
    width: 50px;
    height: 50px;
  }

  .lower_section{
    display: flex;
    justify-content: space-between;
  }


  @media (min-width: 600px) and (max-width: 1200px){
    body{
        font-size: 30px;
    }
    .heading{
        padding-top:12%;  
    }
    #box{
        
        padding: 2%;
        font-family: Comic Sans MS;
        background: linear-gradient(45deg, #6a92d2, #aad1ff);
        margin: auto;
        position: relative;
        width: 45%;
       
        text-align: center;
        border-radius: 10px;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    
    .navbar{
        margin: auto;
        
    }
    #city_Search{
        padding: 20px;
        border-radius: 20px;
    }

  }


  @media  (max-width: 767px) {
    body{
        font-size: 20px;
    }
    .heading{
        padding-top:15%;  
    }
    #box{
        padding: 2%;
        font-family: Comic Sans MS;
        background: linear-gradient(45deg, #6a92d2, #aad1ff);
        margin: auto;
        position: relative;
        width: 90%;
        text-align: center;
        border-radius: 10px;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    
    .navbar{
        margin: auto;
        
    }


  }
