*{
    margin: 0;
    padding: 0;
    font-family:Georgia, 'Times New Roman', Times, serif;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
  }
  body{
    background-image: url();
    
    background: linear-gradient(90deg,rgb(13, 2, 77),rgb(24, 23, 23));
  
  }
  .card{
    width: 90%;
    max-width: 470px;
    background:linear-gradient(90deg,rgb(53, 73, 245),rgb(113, 115, 238),black);
    color: white;
    margin:  40px auto 0 ;
    border-radius: 20px;
    padding: 40px 35px;
    text-align: center;
    border: solid;
    box-shadow: 10px 10px 5px rgb(17, 2, 56);
    border-color: rgb(255, 255, 255);
  }
  .card::after{
   z-index: 5;

  }
  .search{
    width: 100%;
    align-items: center;
    display: flex;
    justify-content: space-between;
    
   
  }
  .search input{
    border: 0;
    outline: 0;
    background: rgb(255, 255, 255);
    color: black;
    padding: 10px;
    height: auto;
    border-radius:  20px;
    margin-right: 16px;
    flex: 1;
    font-size: 20px;
  }
  
  .search button{ 
    border: 0;
    outline: 0;
    background: rgb(255, 255, 255);
    border-radius: 50px;
    width: 60px;
    height: 50px;
    cursor: pointer;
  }
 .search button:hover {
    font-size: 200%;
    

 
   }
   .search button img{
     width: 25px;
   }
   
   .weather icon{
     width: 170px;
     margin-top: 30px;
   }
   
   .weather h1{
     font-size: 80px;
     font-weight: 800;
   }
   .weather h2{
     font-size: 45px;
     margin-top: 10px;
     font-weight: 400;
   }
   .details{
     display: flex;
     align-items: center;
     justify-content: space-between;
     padding: 0 20px;
     margin-top: 50px;
   }
   .col{
     align-items: center;
     text-align: left;
     display: flex;
   }
   .col img{
     width: 40px;
     margin-right: 10px;
   }
   .humidity{
     font-size: 28px;
     margin-top: -6px;
   }
   .wind{
     font-size: 28px;
     margin-top: -6px;
   }
   .weather{
     display: none;
   
   }
   .error{
     text-align: left;
     margin-left: 10px;
     font-size: 20px;
     margin-top: 10px;
     display: none;
   }
   .link {
    color: white;
    align-items:center ; 
    border:solid white 1px;
    border-radius: 700px;
    padding: 5px;
    background-color: white;
    color: black;
    
   }
   .link:hover {
    font-size: 105%;
   
}



