* {
    margin: 0px;
  }
  
  body {
    background-color: #0a0a0a;
    margin: 0px !important;
  }
  
  h1 {
    justify-self: center !important;
    padding: 50px;
    margin-bottom: -100px !important;
    color: #dc724b;
    font-family: 'Rajdhani', sans-serif;
    font-size: 4rem;
    margin-top: 60px;
  }
  
  .mx-auto {
    width: 100%;
  }
  
  .table-container {
    margin: 100px 10vh !important;
    padding: 0px;
    align-items: center !important;
    overflow: hidden;
    border: 10px solid #212529 !important;
    filter: drop-shadow(0px 0px 15px #8a4122);
  }
  
  table {
    margin: 0px !important;
    width: 100% !important;
    max-width: 100%;
    padding: 0px !important;
    font-family: 'Rubik' !important;
  }
  
  th {
    text-align: center;
  }
  
  tbody th {
    font-weight: normal;
  }
  
  tr {
    text-align: left !important;
  }
  
  thead th {
    background-color: #b84207 !important;
    color: #fcf7f5 !important;
  }
  
  tr td:first-child {
    text-align: left !important;
  }
  
  tr td:last-child {
    font-style: italic !important;
  }
  
  tbody th, tbody td {
    background-color: #e8a17d !important;
  }
  
  .table-group-divider {
    color: #212529 !important;
  }