#main-content {
   width: 100%;
   margin-left: 5px;
}

#today-weather h3 {
    display: inline;
}

ul {
    list-style: none;
    padding-left: 0;
}

li {
    padding-bottom: 1.5rem;
}

.card {
    display: inline-flex;
    margin-left: 7px;
    margin-right: 7px;
    padding: 3px;
    background-color: rgb(51, 69, 97);
    color: white;
    height: 300px;
    width: 150px;
}

.card img {
    height: 60px;
    width: 60px;
}