.article {
    color: black;
    font-family: "Lato", sans-serif;
    line-height: 1.4;
    max-width: 1000px;
    padding: 1% 3%;
    margin: auto;
}

.article--nightReading {
    color: rgb(230, 230, 230);
    background-color: rgb(0, 0, 0);
}

.article__photography {
    border: 3px solid #efe58e;
    border-radius: 25px;
    box-shadow: 7px 7px 5px 0px #AA96A7;
    margin-bottom: 20px;
}

.article__interestsList {
    display: flex;
    list-style-type: none;
    justify-content: space-around;
    align-items: center;
    padding: 0px;
    flex-wrap: wrap;
}

.article__interestsListItem {
    text-align: center;
    margin: 10px;
}

.article__interestsListItemTitle {
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 12px;
}