.more{
    margin-top: 25px;
    display: flex;
    justify-content: center;
    font-family: "IBM Plex Sans";
    font-size: 1.5em;
}
.more > a{
    color: black;
}

.post-title{
    color: black;
    font-style: italic;
}
section{
    background-color:white;
}