.text-light-blue {
  color: #4A90E2; }

.course-heading {
  margin-bottom: 1.5rem; }

.course-body {
  margin-bottom: 1.5rem;
  color: #505050; }

.course-card {
  border: 2px solid transparent;
  margin-bottom: 4rem;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out; }

.course-card:hover {
  border: 2px solid #4A90E2;
  -webkit-transform: translate(0px, -3px);
          transform: translate(0px, -3px); }

html {
  scroll-behavior: smooth; }
