.md-typeset__table {
    min-width: 100%;
 }
 
 .md-typeset table:not([class]) {
     display: table;
 }

 @keyframes heart {
    0%, 40%, 80%, 100% {
      transform: scale(1);
    }
    20%, 60% {
      transform: scale(1.15);
    }
  }
  .p20 {
    font-size: 20px;
  }
  .p16 {
    font-size: 16px;
  }

  .heart {
    animation: heart 1000ms infinite;
  }
