
/* Add your custom styles here */
body {
    background-color: #272022;

    
}

.navbar {
    margin-bottom: 20px;
    background-color: #F0EBE1;
}

/* Set font family for Arabic text */
body:lang(ar) {
    font-family: 'GE Thameen', sans-serif;
}

/* Set font family for English text */
body:lang(en) {
    font-family: 'Century Gothic', sans-serif;
}