/* General Styles */
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}

header {
    background-color: #2E8B57; /* Darker shade of green */
    color: #fff;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

nav ul li {
    display: inline;
    margin-right: 20px;
}

nav ul li a {
    color: #fff;
    text-decoration: none;
}

/* Quran Reciters Section */
.quran-reciters {
    padding: 50px 20px;
    text-align: left; /* Align text to the left */
}

.quran-reciters h2 {
    margin-top: 0;
    color: #008000; /* Dark green */
}

.reciter-profile {
    background-color: #f0f0f0; /* Light gray background */
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 20px;
}

.reciter-profile h3 {
    margin-top: 0;
    color: #008000; /* Dark green */
}

/* Footer */
footer {
    background-color: #2E8B57; /* Darker shade of green */
    color: #fff;
    padding: 20px;
    text-align: center;
}

.social-media {
    list-style-type: none;
    padding: 0;
}

.social-media li {
    display: inline;
    margin-right: 10px;
}

.social-media li a {
    color: #fff;
    text-decoration: none;
}
