#settings {
  z-index: 2;
}
.details {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  color: #c6adff;
  padding: 0.8rem;
}

.symbol {
  color: var(--green-500);
}
