.cryptobiz-section {
    margin-top: 10px;
    margin-bottom: 50px;
}

.cryptobiz-btnbuy {
    font-size: 20px;
    text-decoration: none;
    background: #00d084;
    color: #fff;
    padding: 15px 60px;
    border-radius: 30px;
}

.cryptobiz-btnsell {
    font-size: 20px;
    text-decoration: none;
    background: #ff6900;
    color: #fff;
    padding: 15px 60px;
    border-radius: 30px;
}
.cryptobiz-section a, .cryptobiz-section a:visited {
    color: #fff !important;
    text-decoration: none !important;
}