.single-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  gap: 12px;
}
.card-top {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.card-price {
  color: rgb(255, 255, 255);
  font-size: 0.75rem;
  font-weight: 300;
  text-align: left;
}
.btc::before {
  display: block;
  content: "";
  width: 50px;
  height: 50px;
  background-image: url(../img/logo/tesla-logo.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.btc::after {
  content: "Tesla";
  font-size: 1.6rem;
  font-weight: 300;
  text-align: left;
}
.eth::before {
  display: block;
  content: "";
  width: 50px;
  height: 50px;
  background-image: url(../img/logo/spaceX-logo.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.eth::after {
  content: "Space X";
  font-size: 1.6rem;
  font-weight: 300;
  text-align: left;
}

.bnb::before {
  display: block;
  content: "";
  width: 50px;
  height: 50px;
  background-image: url(../img/logo/xai-logo.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.bnb::after {
  content: "X AI";
  font-size: 1.6rem;
  font-weight: 300;
  text-align: left;
}
