#how-to-use-coins {
    background-color: #FFF;
}

.coffee-coins {
    max-width: 60%;
    margin: 40px auto;
    text-align: center;
}

.title {
    font-size: 18px;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.card-coins {
    background: #efe6c8;
    border: 1px solid #d6cba7;
    padding: 25px;
}

.block {
    margin-bottom: 25px;
}

.block h3 {
    display: inline-block;
    background: #F5A119;
    padding: 6px 34px;
    border-radius: 4px;
    font-size: 23px;
    margin-bottom: 10px;
    font-weight: bold;
    color: #4C372B;
    line-height: var(--display-1-lh);
    letter-spacing: 0px;
    border-radius: 10px;
}

.block p {
    font-size: 18px;
    margin-bottom: 15px;
    color: #4C372B;
    font-weight: bolder;
    margin-top: 15px;
    margin-left: 7%;
    margin-right: 7%;
}

.table_coins {
    width: 90%;
    border-collapse: collapse;
    margin: 0 auto;
    border: 2px solid #d6cba7;
}


.table_coins th,
.table_coins td {
    font-size: 16px;
    border: 2px solid #d6cba7;
    padding: 8px
}

.table_coins th {
    text-align: center;
    font-weight: bold;
}


.table_coins td {
    text-align: left;
    padding-left: 40px;
    font-weight: initial;
}

.table_coins td:last-child {
    text-align: center;
    padding-left: 0px;
}


/*
th,
td {
    border: 1px solid #d6cba7;
    padding: 8px;
    font-size: 13px;
}

th {
    background: #e8ddbd;
    text-align: left;
}

td:last-child,
th:last-child {
    text-align: center;
    width: 120px;
}*/

.info-box-coins {
    padding: 8px;
    font-size: 16px;
    background: #fff;
    border: 1px solid #cfcfcf;
    text-align: left;
    width: 90%;
    margin: 0 auto;
    margin-top: 20px;
    font-weight: initial;
}

.coffee-coins-button {
    margin: 0 auto;
    margin-top: 20px
}