@import url('https://fonts.googleapis.com/css2?family=Amiri&display=swap');

.arab {
    font-family: 'Amiri', serif;
    font-size: 2rem;
    line-height: 2.5;
}

body {
    background-color: #f8f9fa;
}

.box {
    padding: 20px;
    background: white;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    margin: 20px 0;
}
