
      header {
        
        color: white;
        padding: 0px 0px;
        display: flex;
        align-items: center;
       
        margin-right: 20px;
        margin-left: 20px;
        margin-top: 39px;
        height: 460px;
 

      }
      header img {
        width: 100%;
  height: auto;

  padding-top: 1px;

      
      }




      @media (max-width: 768px) {



        header{

border-top-left-radius: 34px;
 border-top-right-radius: 34px;
height: 65px;
 margin-top:19px;
 margin-right: 5px;
        margin-left: 5px;

        }






      }