.Course-Table-bg {
  background: rgba(20,52,113,0.95);
  font-family: Inter, sans-serif;
  color: #ffffff;
}

.Course-table {
  color: #ffffff;
  background-color: rgba(20,52,113,0.95);
}

.Course-table-hover {
  background-color: rgba(20,52,113,0.95);
}

.Course-table-hover:hover {
  background-color: #011d54;
}

