.fa-circle-check {
  color: green;
  font-size: 1.4rem;
}

.fa-circle-xmark {
  color: brown;
  font-size: 1.4rem;
}

.fa-rocket {
  color: rgb(179, 140, 32);
  font-size: 1.2rem;
}

.fa-hippo {
  color: rgb(117, 137, 180);
  font-size: 1.2rem;
}

.fa-telegram {
  font-size: 1.2rem;
  color: #2ea2d8;
}

.fa-discord {
  color: #5562ea;
  font-size: 1.2rem;
}

.copy {
  cursor: pointer;
}

@media (width <= 576px) {
  .w-xs-100 {
    width: 100% !important;
  }

  .w-xs-50 {
    width: 50% !important;
  }

  .d-xs-block {
    display: block !important;
  }
}

@media (width >= 576px) and (width <= 1200px) {
  .w-sm-100 {
    width: 100% !important;
  }
}
