.my-weather-details img { width:200px; height:200px; padding: 10px;}
    
.my-weather-details .textbackground .textproduct { font-size:10px; font-family: Arial, Georigia, Serif; } 
 
.my-weather-details .textbackground {
    width: 475px;
    border: 10px;
    border-color: black;
}

.my-weather-details br { display:none; }

.my-weather-details {
    display: none;
    overflow-y: scroll;
    /* width: 10px;
    height: 10px; */
}

.hurricane-details-last-updated{
    font-weight: bold;
    font-size: 12px;
}

#hide-show-hurricane-details {

    
}

#hurricane-tracker-outter-container {
    /* background-color: whitesmoke; */
    background-image: url('assets/background.png');
    background-repeat: no-repeat;
    background-size: cover;
    /* width: 100%;
    height: 100%; */
    padding: 20px;
}