body {
    background: linear-gradient(90deg, rgba(46, 174, 221, 0.33657212885154064) 24%, rgba(51, 170, 221, 0.24693627450980393) 74%, rgba(45, 200, 234, 0.2637429971988795) 100%);
    font-family: "Poiret One", serif;
    font-weight: 400;
    font-style: normal;
    color: white;
}

.time {
    text-align: center;
}

.app {
    max-width: 600px;
    margin: 45px auto;
    background: linear-gradient(90deg, rgba(46, 174, 221, 1) 24%, rgba(51, 170, 221, 1) 74%, rgba(45, 200, 234, 1) 100%);
    box-shadow: 0 30px 50px rgba(65, 50, 100, 0.08);
    border-radius: 16px;
    padding: 30px;

}

.searchPlace {
    background: rgb(40, 139, 194);
    border: none;
    border-radius: 6px;
    width: 80%;
    font-size: 16px;
    padding: 15px 20px;


}



.searchButton {
    background: rgb(40, 139, 194);
    border: none;
    border-radius: 6px;
    color: white;
    padding: 15px 30px;
    font-size: 16px;
    margin-left: 5px;
}

.searchButton:hover {
    cursor: pointer;

}

.humidity {
    display: flex;
    justify-content: center;
}

.windspeed {
    display: flex;
    justify-content: center;
}

.weather-app-icon {
    max-width: 400px;
    max-height: 400px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}

h1 {
    text-align: center;
}


.temperatureContainer {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-bottom: 50px;
    font-weight: bold;
    font-size: 60px;
    margin-top: 2px;
}

.humidityWindspeed {
    background: rgb(40, 139, 194);
    border: none;
    border-radius: 6px;
    color: white;
    padding: 15px;
    font-size: 16px;
    margin-bottom: 50px;
    margin-left: 50px;
    margin-right: 50px;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;

}

.unit {
    padding-left: 10px;
}

.weaterForecastContainer {
    background: rgb(40, 139, 194);
    border: none;
    border-radius: 6px;
    color: white;
    padding: 15px;
    font-size: 16px;
    margin-bottom: 50px;
    margin-left: 50px;
    margin-right: 50px;
    display: flex;
    justify-content: space-around;
}

.weaterForecast {
    display: flex;
    flex-direction: column;
    text-align: center;
}


.weaterForecastDay {
    text-align: center;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;

}

.weaterforecasticon {
    text-align: center;
    width: 50px;
    height: 50px;
}

.weaterForecastTemperatures {
    text-align: center;
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.weaterForecastTemperature {
    margin: 0 5px;
}

footer {
    padding: 30px 0 0 0;
    text-align: center;
    font-size: 14px;

}