body {
            font-family: 'Poppins', sans-serif;
            background-color: #f4f6f9;
            color: #333;
        }
		
			footer {
    position: relative;
    z-index: 10;
    background-image: url(img/suliet.png);
    background-size: cover;
    background-position: bottom;
    background-position-y: 0px;
    background-repeat: no-repeat;
    color: #323c6d;
    padding-top: 165px;
	text-align:center;
}
        header {
            background-color: #1e3d58;
            color: white;
            padding: 20px 0;
            text-align: center;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        }
        header h1 {
            font-size: 2.5rem;
            font-weight: 600;
        }
        #citySearch {
            border-radius: 50px;
            padding: 12px 20px;
            font-size: 1rem;
            border: 2px solid #007bff;
        }
        #cityList {
            max-height: 200px;
            overflow-y: auto;
            margin-top: 10px;
            border-radius: 5px;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        }
        .city-item {
            cursor: pointer;
            padding: 10px;
            background-color: #ffffff;
            transition: background-color 0.3s;
        }
        .city-item:hover {
            background-color: #e9ecef;
        }
        .highlight-red {
            background-color: #dc3545 !important;
            color: white !important;
        }
        .highlight-green {
            background-color: #28a745 !important;
            color: white !important;
        }
        #prayerTimes {
            margin-top: 40px;
        }
        table {
            width: 100%;
            margin-top: 20px;
            border-radius: 10px;
            overflow: hidden;
			background-color: #007bff;
			
        }
        table th, table td {
            text-align: center;
            padding: 15px;
			margin-left:15px;
            font-size: 1.2rem;
        }
        table th {
            background-color: #007bff;
            color: white;
        }
        #countdown {
			width: 100%;
            font-size: 1.2em;
            font-weight: 600;
			 
            color: #007bff;
            margin-top: 20px;
			background-color: #fff;
			padding: 15px;
			margin-bottom: 15px;
			border-radius: 5px;
			box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        }
		.akşam-vakti {
    background-color: lightgreen;
}

#imsak {
    background-color: green !important;
}

#ogle {
    background-color: green !important;
}

#aksam {
    background-color: green !important;
}

		
		
		@media (max-width: 767px) 
		{
		header h1 {
			font-size: 1.5rem;
			font-weight: 1000;
		}
		#countdown {
			font-size: 0.9rem;
			}
		#cityName {
			font-size: 1.1rem;
			}
			footer {
				padding-top: 50px;
				
			}
	}