table {
    border-collapse: collapse;
    width: 98vw;
    text-align: center;
    margin-left: 1vw;
    margin-top: 1vh;
  }
  
  th, td {
    text-align: left;
    padding: 8px;
    text-align: center;
  }
  
  tr:nth-child(even){background-color: #f2f2f2}
  
  th {
    background-color: rgba(57,62,63,1);
    color: white;
  }