.daily-hadith-container {
    color: #ffffff !important; /* White text */
    text-align: center; /* Center the text */
    font-size: 18px !important;/* Adjust text size */
    font-family: Arial, sans-serif;
    padding: 20px; /* Space inside the container */
    margin: 20px auto; /* Center the block */
    width: 80%; /* Adjust width */
    border-radius: 10px; /* Rounded corners */
    box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.2); /* Subtle glow effect */
}

.hadithenglish,
.hadithenglish p {
    color: #ffffff !important; /* Force white text */
    font-size: 18px !important;
}