:root {
  /* Core Colors matched to your screenshot */
  --titan-accent: #60FA00;           /* Neon Green */
  --titan-accent-dark: #4AC200;
  --titan-surface: #1A1A1A;          /* Card/Button Surface */
  --titan-background: #0D0D0D;       /* Deep Black */
  
  /* Brand Identity */
  --titan-primary: #3A235A;          /* Reserved for specific brand moments */

  /* Text & Contrast */
  --titan-text-primary: #FFFFFF;     /* Headlines & Labels */
  --titan-text-secondary: rgba(255, 255, 255, 0.7);
  --titan-text-muted: rgba(255, 255, 255, 0.4);
  
  /* Layout Standards from Screenshot */
  --titan-border: rgba(255, 255, 255, 0.1); 
  --titan-radius: 24px;              /* Noticeably rounder in your screenshot */
  --titan-glass: rgba(13, 13, 13, 0.8);
}
body {
    margin : 0px;
    background: rgb(34, 34, 34);
    }
.qmateName{
color: white;
font-weight: bold;
font-size: 25px;
}

.liClass{
  margin-bottom: 10px;;
}
    .appBar{
        height: 60px;
      
        display: flex;
        flex-direction: row;
        justify-content: center;
        cursor: pointer;
        align-items: center;
      }
      .appContainer{
        height: 100%;
        background: rgb(0, 0, 0);
      }
      .tabsContainer{
        display: flex;
        flex-direction: row;
      }
      .appBarBtn{
        text-align: center;
        vertical-align:middle;
        width: auto;
        line-height: 60px;
        color: white;
        font-weight: bold;
        padding-left: 10px;
        padding-right: 10px;
        font-size: 20px;
      }
      .appIcon{
        width: 35px;
        height: auto;
      }
      .appIconCongtainer{
        margin-left: 10px;
        margin-right: 10px;
      }
      
    
      .spacer {
        flex: 1 1 auto;
      }
      .imageCongtainer{
      margin-top: 20px;
      } 
      .watingImageCSS{
        background: black;
      }
       .center {
        display: block;
        margin-left: auto;
        margin-right: auto;
      width: 100%;
        height: auto;      
      }

      .headline{
      text-align: center;
      font-weight: bold;
      font-size: 30px;
      padding-bottom: 10px;
      padding-top: 20px;
      color:rgb(220, 237, 255);
      padding-left: 10px;
      }
      
      .headerImage{
        max-height: 100px;
        width: auto;
      }
      
    
      .privacy{
    
        padding-left: 10px;
        padding-bottom: 40px;
        padding-top: 20px;
        cursor: pointer;
      }
     
     
      .topSection{
      
      padding-top: 20px;
      }
      
    
      
      .footerSecionHeader{
        padding-top: 20px;
      
        font-weight: bold;
        padding-left: 10px;
        font-size: 20px;
        padding-bottom: 10px;
      }
      
      .footerSectionDetails{
      
      padding-left: 10px;
      padding-top: 0px;
      font-size: 15px;
      padding-bottom: 10px;
      padding-right: 10px;
      }
    
      

    .primaryBackgroundColor{
        background: rgb(0, 0, 0);
    }

    .primaryColor{
        color:  rgb(255, 255, 255);
    }
    .row{
        display: flex;
        flex-direction: row;
      }
      .leftCol{
        width: 20%;
      }
      .rightCol{
    width: 20%;
      }
      .midCol{
        width:60%;
      }
      .ESSSection{
        color:white;
        
        }

      .secionHeader{
        padding-top: 20px;
      
        font-weight: bold;
        padding-left: 10px;
        font-size: 30px;
        padding-bottom: 10px;
      
      }
      
      .sectionDetails{
      
      padding-left: 10px;
      padding-right: 10px;
      font-size: 20px;
      
      padding-bottom: 10px;
      }
      .email{
        color:white;
      }
      .footer{
        padding-bottom: 40px;
        color:white;
      
      }
      .link{
          color:var(--titan-accent);
      }
      .qmateBackColor{
        background: var(--titan-surface);
      }
      .ESSWord{
        color:var(--titan-accent);
        }

        .downloadImageContainer{
          margin-top: 20px;
          margin-bottom: 20px;
          display: flex;
          justify-content: center;
          width: 100%;
        } 
        
        
        .downloadAppSection{
          display: flex;
          justify-content: center;
          flex-direction: column;
          width: 100%;
         /* padding-top: 200px;*/
        }
        .androidBtn{
          border-color: white;
          border-width: 1px;
          border-style: solid;
          border-radius: 10px;
        }


        .hintText{
          color: var(--titan-accent);
          justify-content: center;
          display: flex;
          font-weight: bold;
        }

        .baDownloadBtn{
          padding-bottom: 100px;
        }