﻿body {
     background-image: url(../img/bg.jpg);
    background-repeat: no-repeat;
    background-position: center center; 
    background-size: cover;

    direction: rtl;
    font-family: 'Amiri', cursive !important;
    color: white;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6
{
    font-family: 'Amiri', cursive !important;
}

.Rotat
{
    padding-top:50px;
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);

}

