body {
    background-image: url(pic2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0;

  }
  .header{
    display: flex;
    justify-content: center;
    margin-top: 50px;
    padding: 10px;
  }
  #innerText {
    color: #FFF;
    font-size: 70px;
    font-weight: bold;
    text-shadow: 5px 6px black;
    margin: 0;
    }
  .hidden {
    display: none;
  }
  
  #container {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    background-image: linear-gradient(rgba(141, 185, 236, 0.3), rgba(0, 0, 0, 0.2)); 
    min-height: 100vh; 
    font-family: 'Roboto', sans-serif;


  }
  
  #header {
    display: flex;
    justify-content: center;
    margin-top: 90px;
  }
  
  #input {
    background-color: rgba(230, 233, 236);
    border-radius: 20px;
    border: 3px solid #e2e4e0;
    padding: 15px;
    font-size: 20px;
  }
  
  #input:focus {
    background-color: #fff;
  }


  
  #when-where {
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 0%;
    margin-top: 20px;
  }
  
  #city {
    color: #FFF;
    font-size: 45px;
    font-weight: bold;
    text-shadow: 1px 3px 3px black;
  }
  
  #date {
    color: #FFF;
    font-size: 24px;
    text-shadow: 1px 3px 3px black;
  }
  
  #now {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
 
  }
  
  #now2 {
    display: flex;
    flex-direction: column;
    align-items: center;
  line-height:0%
 
  }
  
  
  #temperature {
    color: #FFF;
    font-size: 110px;
    font-weight: bold;
    text-shadow: 5px 10px black;
    margin: 0;
  }
  
  #feelsLike {
    color: #FFF;
    font-size: 30px;
    font-weight: bold;
    text-shadow: 1px 3px 3px black;
   
  }
  
  #conditions {
    color: #FFF;
    font-size: 32px;
    font-weight: bold;
    font-style: italic;
    text-shadow: 1px 3px 3px black;

  }
  
  #variation {
    color: #FFF;
    font-size: 26px;
    font-weight: bold;
    text-shadow: 1px 3px 3px black;
  }
  
  
  
