main {
    display: flex;
    justify-content: center;
    margin-left: 10%;
    margin-right: 10%;
}

main .post {
    margin-top: 100px;
    max-width: 1000px;
}

main h1 {
    margin-top: 50px;
}

main p {
    margin-top: 30px;
    margin-bottom: 30px;
}

main .image {
    height: 500px;
    width: 100%;
    background-size: cover;
    background-position: center;
}

main .post-date {
    color: #5252aa;
}

main .kg-image-card img {
    height: auto;
    width: 100%;
}

main .kg-width-wide img {
    width: 100%;
}

main .kg-width-full img {
    width: 100%;
}

.kg-card {
    margin: 10px;
}