footer {
  /* background-color: #020a19; */
  background-color: rgb(17 24 39);
  color: #fff;
  padding: 60px 10px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-size: 12px;
}
footer > * {
  display: flex;
  justify-content: space-around;
}
.socail-credit {
  display: flex;
  flex-direction: column;
}
.qlink {
  display: flex;
  justify-content: center;
}
.links {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 10px;
  color: #1e90ff;
}
a {
  text-decoration: none;
  font-size: 10px;
}
