/* Logo styling */
    .logo {
      display: block;
      max-width: 90%;   
      width: 600px;     
      height: auto;
      margin-bottom: 0;
      padding-bottom: 0;
    }

   

    .subtitle {
      font-size: 1.3rem;
    }

    /* Responsive adjustment for mobile */
    @media screen and (max-width: 400px) {
      .logo {
        max-width: 95%;  
        width: 100%;
        
      }


      .subtitle {
        font-size: 1.1rem;
      }
    }