body,
html {
    margin: 0;
    padding: 0;
    width: 100%;
    font-family: 'Cormorant', serif;
    text-align: center;
    background-color: rbg(240, 240, 240);;
}


h1, h2 {
    font-weight: normal;
}

.container {
    max-width: 1000px;
    margin: 100px auto;
    padding: 20px;
}

.post-snippet {
    margin-top: 50px;
}

.post-snippet a {
    color: inherit;
    text-decoration: none;
    display: block;
    margin-bottom: 30px;
}

.post-snippet img {
    max-width: 40%;
    height: auto;
    display: block;
    margin: 0 auto;
}

@media (max-width: 600px) {
    .container {
        padding: 10px;
    }
}