﻿/* ========= site.css ========= */
body
 {
    background-color: #f8f9fa;
    font-family: 'Cairo', sans-serif;
    direction: rtl;
    padding: 20px;
}
.page-title
 {
    text-align: center;
    margin: 25px 0;
    color: #2c3e50;
    font-weight: 700;
    border-bottom: 2px solid #3498db;
    padding-bottom: 10px;
}
.btn
 {
    border-radius: 8px;
    font-weight: 600;
}
