header {
    background-image: url("https://i.redd.it/dyj9gyy3gui01.jpg");
    width: 100%;
    height: 350px;
    padding-top: 25px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
}

#currentDay{
    padding-top: 25px;
    color: ivory;
    font-size: 3em;
    text-shadow: 0px 4px 3px rgba(0,0,0,0.4),
    0px 8px 13px  rgba(0,0,0,0.1),
    0px 18px 23px  rgba(0,0,0,0.1);
    letter-spacing: 0.1em;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
    padding-top: 150px;
    color: white;
    border-radius: 0;
    border-bottom: 2px solid black;
}

#city {
    margin: auto;
    text-align: center;
}

#error-message {
    color: rgb(245, 240, 240);
    font-weight: 400;
    text-shadow: 0px 4px 3px rgba(250, 243, 243, 0.4),
    0px 8px 13px  rgba(250, 243, 243, 0.1),
    0px 18px 23px   rgba(250, 243, 243, 0.1);
}

.your-favorite-cities{
    background-color: #45c5e2;
    margin-top: 20px;
    padding: 12px 0 12px 20px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;}

.clear {
    background-color: #97e4f5;
    border: none;
    border-radius: 5px;
    color: black;
    padding: 5px 8px;
    float: right;
    margin-right: 15px;}

.clear:hover {
    color:white;
    background-color: #93dded;
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem;
}

.list-group-item:first-child {
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
}

li:hover{
    color: #28afce;
    font-weight: 600;
}

#uv-index {
    font-size: 1.2em;
    padding: 5px;
    border-radius: 10px;
    margin-left: 8px;
}