@font-face {font-family:me_quran;src:url(/fonts/me_quran.ttf);}
#hadith{font-family:me_quran;text-align:center;direction:rtl;background-color:#ffdf80;border-radius: 14px;}
.ios-button {
            background-color: #567fac; /* iOS blue */
            border: none;
            border-radius: 14px; /* Rounded corners */
            color: white; /* Text color */
            padding: 10px 20px; /* Padding inside the button */
            text-align: center; /* Center the text */
            text-decoration: none;
            font-size: 16px; /* Text size */
            transition: background-color 0.3s ease; /* Smooth transition for hover effect */
}
.ios-button:hover {
            background-color: #005ecb; /* Darker blue on hover */
}