centering v-card-title code example
Example 1: vuetify card title text center
class="justify-center" //add this to the v-card-title component
// v-card-title are flex components to the class 'text-center' will NOT work
// text-center only works inside the card itself
Example 2: v-card-text center
class="text-center //add this to v-card-text