.btn-theme-default, .btn-theme-default:visited {
    background: #ffd900;
    color: rgb(51 51 51 / 1);
    width: 100%;
    font-size: 20px !important;
    font-weight: 700 !important;
    line-height: 30px !important;
}

    .btn-theme-default:hover {
        border-color: #ffd900;
        --tw-bg-opacity: 1;
        background-color: #173145;
        --tw-text-opacity: 1;
        color: #ffd900;
        font-weight: 700 !important;
    }
