
.bi {
    vertical-align: -.125em;
    fill: currentColor
}



#oracle-poem{
    font-style: italic;
}
#burned-amount{
    font-size: 0.7em;
}
#status{
    font-size: 0.7em;
}
#showSymbol{
    text-align: center;
}

.icon-cell img {
    width: 64px;
    height: 64px;
    background-color: #e0e7ff;
    border-radius: 50%;
}
#loader {
    text-align: center;
    padding: 2rem;
    font-weight: bold;
    color: #64748b;
}
@media (min-width: 768px) {
    .icon-cell img {
        width: 128px;
        height: 128px;
    }
}
#archive-body  {
    a  {
        color: #000;
    }
}