.footer {
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  /* background: #12261b; */
  background: linear-gradient(0deg, #12261b, #0A0F0C);
  color: #b5b5b5;
  text-align: center;
  padding: 10px 0;
  padding-top: 25px;
  padding-bottom: 10px;
  font-size: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.027);
  /* border-top: 1px solid rgba(255, 255, 255, 0.1); */
}

.footer a {
  text-decoration: none;
  color: #72FF5F;
  font-weight: 600;
}

.footer p {
  margin: 2px;
}

.footer img {
  width: 28px;
  margin-bottom: -9px;
  margin-right: -5px;
}

#qbadev {
  color: white;
}

.created {
  margin-top: 15px;
}