body {
    font-family: 'Poppins', sans-serif;
    background-color: #ece7e5;
    font-size:14px;
}

h1,
h2,
.navbar-brand {
    font-family: 'Playfair Display', serif;
}

.navbar-brand {
    font-weight: 800;
}

h1 {
    font-weight: 800;
}

#navbar {
    width: calc(100% - 2rem);
    left: 50%;
    transform: translateX(-50%);
    max-width: 1357px;
    top: 1rem;
    box-shadow: 0 0 0.125rem 0 rgba(0, 0, 0, 0.1), 0.625rem 1.25rem 3.125rem rgba(0, 0, 0, 0.15);
    border-radius: .5rem;
}

.container {
    max-width: 1357px;
}

.content {
    margin-top: 6rem;
}

blockquote {
    background-color: #e1d7d3;
    padding: 1rem;
    border-left: 3px solid #ab978e;
}

.title {
    font-size: 1.759rem;
}

.post-image {
    width: 100%;
    margin-bottom: 1rem;
}

.meta-data {
    font-size: .8rem;
    border-bottom: 1px solid #bdc2a9;
    margin-bottom: 1rem;
}

h2{
    font-size:1.4rem;
}