 .heading{
         color:#1A4071;
    }
    
    /* Apply Arial Black */
.arial-black {
  font-family: 'Arial Black', Gadget, sans-serif;
}

/* Apply Segoe UI */
.segoe-ui {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

    
    
  
 #btn {
      /*width: 100%;*/
      padding: 10px;
      font-size: 1rem;
      background: #20B1AC;
      color: #fff;
      border: none;
      border-radius: 4px;
      font-weight: bold;
      letter-spacing: 1px;
    }
#datatable{
     font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}