.my-weather {
    background: #934919;
    padding: 15px;
    max-width: 420px;
    display: flex;
    font-family: sans-serif;
}
.my-weather ul {
    list-style-type: none;
    padding-left: 0;
}
.my-weather li {
    margin-bottom: 10px;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 5px;
}
