  figure {
    margin: 2rem 0;
    position: relatve;
    display: inline-block;
    max-width: 100%;
  }
  
  figure img {
    display: block;
    max-width: 100%;
  }

  .table table thead th tr td{
    border-color: #000;
  }