.gifdiv {
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(90deg, #6345ed 20%, #e139fd);
  color: white;
  border-radius: 10px;
  padding: 0px 10px;
}
.crowngif {
  width: 45px;
  height: 45px;
}
.box-20 {
  height: 20px;
  min-width: 20px;
  width: 20px;
}
.footer-text-pera {
  font-size: 16px;
  word-spacing: 1px;
}
.footerIcon {
  display: inline-block;
  height: 25px;
  margin-right: 10px;
  width: 25px;
}
.border-gradient {
  border-bottom: 2px solid transparent;
  border-image: linear-gradient(90deg, #6345ed 20%, #e139fd);
  border-image-slice: 1;
  width: fit-content;
}
