body{
font-family: Arial;
background:#f5f5f5;
margin:0;
}

.header{
background:#0f9d58;
color:white;
padding:15px;
text-align:center;
}

.container{
max-width:1000px;
margin:auto;
padding:20px;
}

.surah-list{
display:grid;
grid-template-columns:repeat(auto-fill,minmax(200px,1fr));
gap:15px;
}

.surah-item{
background:white;
padding:15px;
border-radius:6px;
box-shadow:0 2px 5px rgba(0,0,0,0.1);
}

.surah-item a{
text-decoration:none;
color:#333;
}

.footer{
text-align:center;
padding:20px;
background:#eee;
margin-top:40px;
}

.ayat{
margin-bottom:25px;
}

.ayat-number{
font-weight:bold;
margin-bottom:5px;
}

.arab{
font-size:28px;
text-align:right;
line-height:1.8;
font-family:'Scheherazade', serif;
}

.latin{
font-style:italic;
color:#555;
margin-top:5px;
}

.arti{
margin-top:5px;
}

.audio{
margin-top:8px;
}

.search-form{
margin-top:10px;
}

.search-form input{
padding:8px;
width:200px;
}

.search-form button{
padding:8px 12px;
background:#0f9d58;
color:white;
border:none;
cursor:pointer;
}