:root {
    --thcolor: #3e1f47;
}

table {
    border-collapse: collapse;
    width: 80%;
    margin: auto;
    display: flex;
    justify-content: center;
  }

  th, td {
    border: 1px solid var(--thcolor);
    padding: 10px;
    text-align: left;
  }

  th {
    background-color: var(--thcolor);
  }

h6 {
    display: flex;
    justify-content: center;
}