.section-tag {
background: #252a4d;
padding: .5em 1em;
border-radius: .6em;
width: 100%;
text-align: center;
}
.main-assets {
    text-align: center;
    height: 12em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1em;
}

.action-buttons {
    display: flex;
    align-items: center;
    gap: 1em;
}
.main-assets section {
    color: #98a1a9;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    height: 3em;
    margin-top: 3em;
}
.main-assets section button {
    background: transparent;
    color: #98a1a9;
    border: none;
}
.flexbox {
    display: flex;
    justify-content: space-evenly;
}
.flexbox label {
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
    gap: .6em;
}
.asset-details {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 1em;
  margin-top: 1em;
  background: #161a33;
}
.asset-details h2 {
  margin-bottom: 1em;
}
.asset-item {
  border: 1px solid #252a4d;
  border-radius: .8em;
  padding: 1em;
  width: 90%;
  margin-bottom: 1em;
}
.asset-item header {
  display: flex;
  height: 3em;
  align-items: center;
  gap: 1em;
}
.asset-item header img {
  width: 2em;
}
.figures {
  display: flex;
  justify-content: space-between;
}
.figures span {
  color: #98a1a9;
  font-size: .7em;
}
.figures .price {
  display: flex;
  gap: .6em;
  flex-direction: column;
}
