/* Universel selector */

* {
  font-family: "Poppins", sans-serif;
}

.slider img {
  filter: brightness(60%);
  height: 650px;
  width: 100%;
}
.fa-solid {
  color: goldenrod;
}
.small-icon img {
  border-radius: 50%;
  width: 100px;
}
footer {
  background: #000;
  color: white;
  height: 300px;
}
footer a {
  text-decoration: none;
}
footer ul {
  list-style-type: none;
}
footer ul li {
  display: inline-block;
  padding: 12px;
  font-size: 2.4em;
}
.fa-brands:hover {
  color: rgb(197, 63, 63);
  cursor: pointer;
}
/* Small devices (landscape phones, 576px  */
@media (max-width: 600px) {
  #courses .row .col img {
    width: 100%;
    margin-bottom: 30px;
  }
}

/* progamming hero batch 6th Mustafa rahman one day my dream will be success,mirsarai,chattagram */
