.md-header {
    background-color: #017224;
}

.alert-word {
    color:  #fb0e0e;
}

[data-md-color-scheme="slate"] {
  --md-primary-fg-color:        #00ed3c;
  --md-default-fg-color--light: #0cb336;
  --md-accent-fg-color: #0cb336;
}

[data-md-color-scheme="default"] {
  --md-primary-fg-color:       #0cb336;
  --md-default-fg-color--light: #007a1f;
}

.center {
    margin: auto;
    display: block;
}

.asset_image{
    display: inline-block;
    width: 32.5%;
}

.back-button {
    border-radius: 10px;
    padding: 10px;
    color: #FFFFFF !important;
    font-weight: bold;
    text-align: center;
    background: #ec6628;
    display: block;
    margin: auto;
    width: 50%;
}

.back-button:hover {
    background: #e8a485;
}

.lite-asset {
    border: solid 4px #1F9DD3;
}