﻿body {
    font-family: 'Vazirmatn', sans-serif;
    background-color: #f8f9fa;
    direction: rtl;
}

h1, h2 {
    color: #343a40;
}


.container {
    margin-top: 30px;
}

.table th, .table td {
    vertical-align: middle;
}

.d-flex.custom-button {
    justify-content: center; 
    margin-top: 20px; 
    margin-bottom: 20px; 
}
.form-group {
    margin-bottom: 1rem;
}