@import 'fontiran.css';
body{
    font-family: IRANSans;
    background-color: #1a8bc1;
    direction: rtl;
    text-align: right;
}
#content{
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%,-50%);
    text-align: center;
}
h1{
    color: #fff;
    margin-bottom: 0;
}
span{
    color: rgba(255,255,255,0.5);
}