.prayer-times-container {
    width: 100%;
    max-width: 1000px;
    margin: 20px auto;
    padding: 20px;
    background: #fff;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.prayer-title {
    font-size: 28px;
    font-weight: bold;
    color: #6A0DAD; /* Purple */
    font-family: 'Merriweather', serif;
    margin-bottom: 10px;
}

.prayer-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    font-family: 'Catamaran', sans-serif;
}

.prayer-table th, .prayer-table td {
    padding: 12px;
    text-align: left;
    border-bottom: 1px solid #ddd;
    font-family: 'Catamaran', sans-serif;
}

.prayer-table th {
    background: #6A0DAD; /* Purple */
    color: black;
    font-size: 18px;
}

.prayer-table tr:last-child td {
    border-bottom: none;
}

.jummah {
    background: #6A0DAD; /* Purple */
    font-weight: bold;
    color: white;
}