﻿@font-face {
    font-family: "Yekan Bakh";
    src: url("/static/fonts/YekanBakhFaNum-Black.woff2");
}

body {
    direction: rtl; /* Set text direction to right-to-left */
}

h2 {
    text-align: center; /* Center align the heading */
}

table {
    margin-top: 20px; /* Add some margin to the table */
}

.active {
    text-align: center; /* Center align the link */
    margin-top: 20px; /* Add some margin to the link */
}