body{
    background-color:aquamarine;
}

.cities{
    display: block;
    width: 75%;
    border: none;
    background-color: teal;
    padding: 20px;
    margin:10px auto 10px auto;
    border-radius: 10px;
    color: white;
}
#weather-info{
    color: black;
}

#UV{
    width:75px;
    border-radius: 7px;
    padding: 10px;
    text-align: center;
}

#future{
    text-align: center;
    text-decoration: underline;
    padding: 20px;
}

.jumbotron{
    padding: 100px;
}

#img{
    width: 125px;
    display: inline-block;
}

.green{
    display: none;
}

#CWF{
    text-align: center;
    margin: auto;
    padding: 20px;
    text-decoration: underline;
}