.weather-container .weather-info {
    display: none;
    position: absolute;
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #3e3e3e;
}