.divTable { display: table; padding-top: 5px; margin-top: 5px; }
.divTableRow { display: table-row; }
.divTableCell { display: table-cell; padding: 10px; border: 1px solid #000; }
.divTableCell { width: 150px; }
.header {
    width: 100vw;
    position: absolute;
  top: 0;
  left: 0;
    margin: 0;
    background-color: #3800d1;
    color: rgb(0, 0, 0);
    padding: 20px;
    text-align: center;
    border:#000;
    border-radius:2px;

  }