body { 
    font-size: 140%; 
  }
  
  h2 {
    text-align: center;
    padding: 20px 0;
  }
  
  table caption {
    padding: .5em 0;
  }
  
  table.dataTable th,
  table.dataTable td {
    white-space: nowrap;
  }
  
  .p {
    text-align: center;
    padding-top: 140px;
    font-size: 14px;
  }