#weather-dashboard {
    color: white;
    text-align: left;
    line-height: 75px;
    margin-left: 20px;
}

#oldCities {
    display: flex;
    flex-direction: column;
    display: block;
    width: 100%;
    margin-left: -30px;
}

.searchedCities {
    display: block;
    margin-top: 10px;
    width: 110%;
    font-size: larger;
}

#submitBtn {
    display: flex;
    margin: auto;
    margin-bottom: 15px;
    display: block;
    width: 100%;
}

.fiveDay {
    margin-bottom: 20px;
}

.space {
    margin-top: 10px;
    margin-bottom: 5px;
    line-height: 1.5;
    display: block;
    width: 100%;
}

#searchBox {
    display: block;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
}