* {
    direction: rtl !important;
    text-align: right !important;
}

h1, h2, h3, h4, h5, h6{
    text-align: center !important;
}

p{
    text-align: center !important;
}

.center-rtl{
    text-align: center !important;
}

.right-rtl{
    text-align: right !important;
}

.reversed-header{
    direction: ltr !important;
}