.currency-marquee{
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
}

.currency{
  display: inline-block;
  padding: 3px;
  border-radius: 3px;
  width: 200px;
  text-align: center;
  border: 0;
  background-color: var(--dark-blue);
  color: #fff;
  margin-right: 5px;
}

.currency:hover{
  background-color: rgba(191, 193, 199, 0.32);
  cursor:pointer;
}
.currency-name, .currency-price{
  color: #fff;
}
