section {
    max-width: 100%;
}

.digital-asset{
    padding: 15px 0 15px 15px;
    border-radius: 10px;
    margin-top: 20px !important;
}

.missing-asset-image{
    font-size: 200px;
    border-radius: 10px;
    box-shadow: 5px 5px aliceblue;
}

.asset-image{
    height: 200px;
    border-radius: 10px;
    box-shadow: 5px 5px aliceblue;
}

.asset-name{
    font-size: 30px;
}

.asset-owner, .asset-category, .asset-price{
    color: gray;
}

.add-to-cart{
    padding: 0.5rem 0.5rem 0.5rem 0.5rem;
    border-radius: 5px;
}