.cryptoimg {
    border: 3px solid #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.5);
}

.crypto-description {
    background-color: #222;
    padding: 15px;
    border-radius: 8px;
    color: #fff;
    font-size: 14px;
    text-align: center;
}

.crypto-description strong {
    font-size: 16px;
    color: #ffcc00;
}