img{
  max-width: 100%;
  height: auto;
  background: lightblue;
  background: radial-gradient(white 30%, lightblue 70%);
}

.fa-star,
.fa-star-half{
  color: yellowgreen;
  padding: 3% 0;
}
.footer {
  background: #303036;
  color: #d3d3d3;
  height: 170px;
  position: relative;
}

.footer .footer-content {
  border: red;
  height: 350px;
  display: flex;
}

.footer .footer-content .footer-section {
  flex: 1;
  padding: 25px;
}

.footer .footer-bottom {
  background: #343a40;
  color: #686868;
  height: 25px;
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding: 0px;
}

.CE-logo {
  font-family: fontawesome;
  text-decoration: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-size: 37px;
  letter-spacing: 3px;
  color: #555555;
  display: block;
  position: relative;
}
.dotcom {
  color: #4CAF50;
}
a { 
  color: #FF0000;
  font-size: 25px;
 }