@import url("https://fonts.googleapis.com/css2?family=Orbitron:wght@400;500;600;700;800;900&display=swap");
@keyframes fade100 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
h2,
h3,
h3,
h4 {
  font-weight: bold !important;
}

.mepr-app-layout .mepr-account-container a {
  color: #000000;
}
.mepr-app-layout .mepr-account-container a:hover {
  text-decoration: underline;
}
.mepr-app-layout .course-progress .user-progress {
  background: linear-gradient(45deg, rgb(87, 235, 222) 1%, rgb(174, 251, 42) 100%) !important;
  color: #000000;
}