.azan-container {
    background: #f8f9fa;
    border-radius: 10px;
    padding: 20px;
    width: 100%;
    max-width: 450px;
    margin: 20px auto;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.azan-controls {
    margin-bottom: 15px;
}

#city-select, #method-select, #update-times {
    margin: 8px;
    padding: 8px 12px;
    font-size: 15px;
    border-radius: 5px;
    border: 1px solid #ccc;
}

#update-times {
    background-color: #007bff;
    color: white;
    cursor: pointer;
    border: none;
}

#update-times:hover {
    background-color: #0056b3;
}

#azan-table table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
}

#azan-table th, #azan-table td {
    border: 1px solid #ddd;
    padding: 8px;
}

#azan-table th {
    background-color: #007bff;
    color: white;
}
#reload-page {
    background-color: #28a745;
    color: white;
    padding: 8px 12px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

#reload-page:hover {
    background-color: #1e7e34;
}
