#robotics-course-bar {
  align-items: center;
  background-image: linear-gradient(to right, rgb(236, 72, 153), rgb(249, 115, 22));
  box-sizing: border-box;
  color: rgb(255, 255, 255);
  display: flex;
  font-family: Urbanist, ui-serif, Georgia, Cambria, 'Times New Roman', Times, serif;
  font-feature-settings: normal;
  font-size: 1.8rem;
  font-variation-settings: normal;
  font-weight: 700;
  justify-content: center;
  line-height: 24px;
  padding: 1rem 0.8rem;
  tab-size: 4;
  text-align: center;
  width: 100%;
}

#robotics-course-bar a {
  background-color: rgb(251, 146, 60);
  box-sizing: border-box;
  color: rgb(255, 255, 255);
  display: block;
  flex-shrink: 0;
  line-height: 24px;
  margin-left: 16px;
  border-radius: 4px;
  padding: 0.3rem 1rem;
}

#robotics-course-bar a:hover {
  background-color: rgb(255, 255, 255);
}
