body {
    font-family: Arial, sans-serif;
    background-color: #1a1c1e;
    text-align: center;
    padding: 20px;
    color: white;
}
.container {
    max-width: 700px;
    margin: auto;
    background: black;
    padding: 20px;
    border-radius: 10px;
    color: black;
    border: 1px solid whitesmoke;
}
input, button {
    padding: 10px;
    width: 80%;
    margin: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}
button {
    background-color: transparent;
    color: white;
    cursor: pointer;
}
button:hover {
    opacity: 0.8;
}
.result {
    margin-top: 20px;
    text-align: center;
}
.aqi-container, .weather-container, .forecast-container {
    background: #f8f9fa;
    padding: 15px;
    margin-top: 15px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.data-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    text-align: left;
}
.weather-icon {
    width: 50px;
    height: 50px;
}
ul {
    list-style-type: none;
    padding: 0;
}
li {
    padding: 5px 0;
}


h1 {
    color: white;
}
h2 {
    color: white;
}

.waa {
        display: flex;
        flex-direction: row;
        justify-content: left;
        gap: 20px;
}

.pl1 {
    display: flex;
    justify-content: space-evenly;
}

.pl2 {
    display: flex;
    justify-content: space-evenly;
}

.head1 {
    font-size: 80px;
}
