@font-face {
    font-family: 'IRANSans';
    src: url('fonts/IRANSans-web.woff') format('woff');
}

body {
    margin:0;
    height:100%;
    background: #0D0D13;
    background-size: 100% 100%;
}
.center {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .loading-container {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    padding: 20px;
    border-radius: 10px;
}

.loading-container img {
    display: block;
    margin: 0 auto;
}

.loading-text {
    font-size: 14px; /* اندازه متن کمی کوچک‌تر */
    font-weight: bold;
    color: white; /* رنگ متن سفید */
    font-family: 'IRANSans', Arial, sans-serif; /* فونت مناسب */
    margin-top: 15px; /* فاصله از تصویر */
    line-height: 2; /* تنظیم فاصله بین خطوط */
    direction: rtl; /* راست‌چین کردن متن */
    text-align: center; /* وسط‌چین کردن متن */
    unicode-bidi: plaintext; /* حل مشکل نقطه در متون فارسی */
}
