.container-md {
  margin-top: 20px;
}

.card-body::-webkit-scrollbar {
  display: none;
}

.card {
  margin-top: 55px !important;
  height: 55vh;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.card-body {
  overflow-y: scroll;
}
th {
  color: #3c3c3c;
  font-size: 20px;
  font-weight: bold;
  /* font-family: 'Courier New', Courier, monospace; */
}
td {
  margin-top: 10px !important;
  font-size: 17px;
  font-family: "Assistant", sans-serif !important;
  /* font-weight: lighter; */
  /* font-family: "Courier New", Courier, monospace; */
}
