 .btn-hh{
    color: #ffffff;
    font-size: 13px;

    line-height: 1.55;
    font-weight: 400;
    border-radius: 5px;
    background-color: #835adc;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
 } 