article {
    margin-bottom: 1em;
    border-radius: 10px;
}

.blogpost {
    display: grid;
    grid-template-rows: auto auto;
}


.post-img {
    display: block;
    margin: auto;
    width: 100%;
    max-height: 361px;
    object-fit: fill;
}
.post-info-container {
    padding-bottom: 1em;
    background-color: white;
}

.post-title {
    text-align: center;
}

.post-summary {
    padding: 0px 1em;
}

.read-more {
    text-align: center;
    margin: auto;
    height: 2em;
    line-height: 2em;
    width: 8em;
    border: 1px solid;
    cursor: pointer;
}

.countrycode {
    width: 5%;
}