.text-dark {
  color: #363636 !important;
}

.header-container {
  color: #fff;
}

.course-card-text {
  color: #363636 !important;
}

.stars-card {
  background-color: rgba(54, 54, 54, 0.5);
  padding: 5px;
  border-radius: 5px;
}

.card-img {
  border: solid 3px;
  border-color: rgba(54, 54, 54, 0.3);
  border-radius: 6px;
}

.text-with-background {
  background-color: rgba(54, 54, 54, 0.5);
  padding: 5px;
  border-radius: 5px;
}

.card-img-top {
  border-bottom: solid 3px;
  border-color: rgba(54, 54, 54, 0.3);
}

.img-featured-custom {
  margin: 5px;
  width: 100px;
  height: 100px;
}

.card-div {
  display: flex;
  justify-content: center;
  border: solid 3px;
  border-color: rgba(54, 54, 54, 0.2);
  border-radius: 6px;
  align-items: center; 
}

.smartbanner {
  z-index: 1000;
  color: #333;
  padding: 10px;
  border-bottom: 3px solid #ccc;
}

img[src*="#styled-markdown-image"] {
  width:100%;
}
