.tph-button{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    padding:12px 24px;

    background:#2563eb;

    color:#fff;

    border-radius:10px;

    text-decoration:none;

    font-weight:600;

    transition:.3s;

}

.tph-button:hover{

    background:#1d4ed8;

    color:#fff;

}