* {
    margin: 0; padding: 0; border: 0; box-sizing: border-box;
}

body {
    background-color: #444544;
    color: #e0e2db;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    padding: 12px;
  }

  h1 {
    text-align: center;
    margin-bottom: 32px;
    font-weight: normal;
    font-size: 40px;
    border-bottom: 2px dashed black;
    padding-bottom: 15px;
  }

  a {
    color: white;
  }

  span {
    font-weight: bold;
    font-style: italic;
  }

  p {
    line-height: 1.75;
    margin: 1.75em;
  }

  table {
    border: 2px solid #bfacb5;
    width: 80%;
    margin: 24px auto;
    border-collapse: collapse;
  }

  th, td {
    border: 2px solid #e5d0cc;
    padding: 8px;
    text-align: center;
  }

  tr:first-child th,
  tr:first-child td {
    width: 13%;
  }

  tr:nth-child(odd) {
    background-color: #bfacb5;
    color: black;
  }

  tr:first-child {
    background-color: #191716;
    color: #bfacb5;
  }