@import './bootstrap.min.css';
@import './fix.css';
@import './fontiran.css';

*{
    font-family: 'farhang' !important;
}
body{
    font-family: 'farhang' !important;
    direction: rtl;
    text-align: center;
}
.form-group label{
    font-size: 20px;
}
#image{
    display: inline-block;
    position: relative;
    margin-bottom: 20px;
    width: 1000px;
    height: 1000px;
}
#image-caption{
    font-family: 'farhang' !important;
    position: absolute;
    top: 50%;
    right: 4%;
    width: 92%;
    transform: translateY(-50%);
    text-align: center;
    font-weight: bold;
    font-size: 55px;
    line-height: 90px;
}