html {
    font-family: 'Roboto', sans-serif;
     
    color: #677483;
    
    background-color: #FFFFFF;
    padding-left: 64px;
    box-sizing: border-box;
  }








.logo-group{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 154.798px;
    height: 64px;
    flex-shrink: 0;
    margin-top: 44px;
  }
  
  .logo {
    display:flex;
    
    flex-shrink: 0;
    margin-right: 16.82px;
  }
  
  .logo-text{
    display: flex;
    flex-direction:column;
    align-items: flex-start;
    justify-content: center;
    
   
    flex-shrink: 0;
    color:hsla(0, 0%, 34%, 1);
  
    line-height: 1;
    padding-top: 3px; 
    
  }

  span.a{
    display: flex;
    
    flex-direction: column;
    justify-content: center;
    flex-shrink: 0;
    color: #575757;
    text-align: center;
    font-family: Poppins;
    font-size: 24.394px;
    font-style: normal;
    font-weight: 700;
     
    letter-spacing: -1.464px;
  }

  span.b{
    display: flex;
     
    flex-direction: column;
    justify-content: center;
    flex-shrink: 0;
    color: #575757;
    text-align: center;
    font-family: Poppins;
    font-size: 24.394px;
    font-style: normal;
    font-weight: 700;     
    letter-spacing: -1.22px;

  }