@media (min-width: 992px) {
    #navbar {
      display: none !important;
    }
  
  }

  .table-row{
    transition: 200ms;
  }

  .table-row:hover{
    opacity: 70%;
    scale: 98%;
    transition: 200ms;
  }