@font-face {
    font-family: 'Roboto';
    src: url('/fonts/Roboto/Roboto-Regular.ttf');
}

html, body {
    font-family: 'Roboto', sans-serif;
    font-weight: 200;
}

.responsive-img {
    width: 100%;
    height: auto;
}

.body-coins {
    position: relative;
    width: 100%;
    height: auto;
}

.buy-coins-body {
    position: absolute;
    top: 52%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
}

.coins-pricing {
    width: 80px;
    height: auto;
    vertical-align: middle;
    margin: 0 14px;
}

.btn-lv {
    background-color: #C6EAF7;
    border: none;
    color: #01214d;
    padding: 10px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 6px;
    -webkit-box-shadow: 0 4px #011F30;
    -moz-box-shadow: 0 4px #011F30;
    box-shadow: 0 4px #011F30;
    margin-top: 8px;
    font-weight: bold;
}
