h1 {
    text-align: center;
    padding: 20px 0;
}
.posts-wrapper .post-title a {
    color: gray;
    text-decoration: none;
    font-size: 20px;
    font-family: sans-serif;
}
.posts-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    text-align: center;
}
.posts-wrapper > div{
    width: 33%;
}
.post-container > div {
    padding: 20px;
    width: fit-content;
    margin: auto;
    max-width: 400px;
}
.post-excerpt a {
    font-size: 18px;
    text-decoration: none;
    color: cadetblue;
}
.post-image img {
    width: 400px;
    height: 400px;
    object-fit: cover;
}
.blog-archive-perissotera {
    width: fit-content;
    margin: auto;
}
.post-container {
    margin: auto;
}