*{
    
        font-family: 'Montserrat', sans-serif, 'Roboto';
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        
      }

      header{
        margin: 44px 0 144px 76px;

      }

      .link-header{
        font-weight:600 ;
        font-weight: 24px;
        line-height:29px ;
        color: #989D9C;
        cursor: pointer;
        margin-right: 23px;
        

      }

      .button-header{
        background:#665AE1 ;
        border-radius: 20.5px;
        width: 130px;
        height: 41px;
        border: none;
        font-weight: 600;
        font-size: 24px;
        line-height: 29px;
        color: #FFFFFF;
        cursor: pointer;


      }
      
      .logo-image{
        width:570px ;
        height: 480px; 
        margin-left:80px;
        display: inline-block;
      }

      section{
        display: inline-block;
        margin-left: 86px;
      }

      h1{
    
      
       
        font-weight: 700px;
        font-size: 62px;
        line-height: 81px;
        letter-spacing: 0.6px;
        width: 582px;
        height: 164px;
        color: #161A49;

      }

      h2{
        font-weight: 500; 
        font-size: 58px;
        line-height: 71px;
        color:#515151


      }

      p{
        font-weight: 400; 
        font-size: 24px;
        line-height: 29px;
        color:#848484;
        width: 515px;
        margin-top: 32px;
        margin-bottom: 65px;


      }

      .button-main{
        background: #adff00;
        border-radius: 31px;
        width: 239px;
        height: 64px;
        border: none;
        cursor: pointer;
        filter: drop-shadow(0px 4px 4px rgba(0,-0,-0.25));
        font-size: 28px;
        font-weight: 700;
        line-height: 28px;
        color:#000000
      }
