.weather-wrapper {
    cursor: pointer;
    position: relative;
}
.weather-wrapper .weather-icon {
    display: inline-block;
    color: #fe9b0c;
}
