.weather_informer {
    min-width: 150px;
    display: flex;
    gap: 10px;
    border-radius: 10px;
    justify-content: space-around;   
    align-items: center;
}

.info-inform p {
    margin: 0px 0px !important;
}

.water_temp p {
    margin: 0px 0px !important;
}

.info-inform {
    display: flex;
    align-items: center;
}

.water_temp {
    display: flex;
    align-items: center;
    gap: 10px;
}
