         @font-face {
            font-family: iransans;
            src: url(../fonts/IRANSansWeb\(FaNum\)_Light.ttf);
        }  
        *{
            font-family: iransans;
        }
        table,th,td{
            border: 2px solid  #e9c8a3;;
            text-align: center;
        }

        table{
            border-collapse: collapse;
            height: 55%;
            width: 95%;

        }

        body{
            position: relative;
            font-family: iransans;
            /* background-color: #e9c8a3; */
            
        }
        h1{
            text-align: center;
            margin-top: 0;
            margin-bottom: 50px;
        }
        span{
            margin-right: 10px;
            position: absolute;
            top: 90%;
            right: 0;
            font-weight: bold;
            /* color: #b26f3d; */
            /* font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; */
            
        }


        tr:nth-child(odd){
            background-color: #b26f3d;
            color:#ffdcb3 ;
        }
         tr:nth-child(even){
            background-color: #ffdcb3;
            color: #b26f3d;
            font-weight: bold;
        }

        div{
            height: 100vh;
            display: flex;
            align-items: center;
            justify-content: center;
            /* background-color: aqua; */
            flex-direction: column;
            
        }
