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:rgb(109, 144, 239);
      }
      .qmateBackColor{
        background: rgb(58, 35, 90, 1);
      }
      .ESSWord{
        color:rgb(255, 40, 234);
        }

        .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: rgb(71, 96, 241);
          justify-content: center;
          display: flex;
          font-weight: bold;
        }