@font-face {

    font-family: Yekan;

    src: url('../fonts/Yekan.eot') format('eot'),
        url('../fonts/Yekan.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Yekan.woff') format('woff'),
        url('../fonts/Yekan.ttf') format('truetype'),
        url('../fonts/Yekan.svg#BYekan') format('svg');

    font-weight: normal;

    font-style: normal
}

*,
body {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: Yekan;
}
body{
    background-color: rgb(233, 161, 161) !important;
    background: linear-gradient(to right, #5053af, #2c32f7);
}
.coin-price{
    width: 100%;
    height: auto;
    min-height: 100px;
    margin: 5px auto;
    background-color: #ffffff;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-radius: 10px;
    color: rgb(0, 0, 0);
    border: none;
    font-size: 15px;
}
.icon-crp{
    width: 50%;
    margin: 0 auto;
    padding: 10px 0;
}
.btn-buy{
    width: 100%;
    border: 0;
    outline: 0;
    background: linear-gradient(to left, #000000, #000000);
    box-shadow: 0px 0px 4px 0px #131794;
    transition: .6s;
}
.btn-buy:hover{
    border: 0;
    outline: 0;
    box-shadow: 0px 0px 4px 0px #131794;
    background: linear-gradient(to right, #0d0d0e, #000000);
}
.btn-buy:active{
    border: 0;
    outline: 0;
}
#input{
    width: 100%;
    padding: 10px;
    overflow-y: scroll;
    margin: 10px 0;
}
.picurl{
    margin: 10px 5px;
    vertical-align: -19px;
}