    body {
  font-family: 'Poppins', sans-serif;
  background-color: #7aacf8;
  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: 0.5rem;
}

.container {
  max-width: 1357px;
}

.content {
  margin-top: 6rem;
}

blockquote {
  background-color: #cdd3b7;
  padding: 1rem;
  border-left: 3px solid #808b59;
}

.title {
  font-size: 1.759rem;
}

.post-image {
  width: 100%;
  margin-bottom: 1rem;
}

.meta-data {
  font-size: 0.8rem;
  border-bottom: 1px solid #bdc2a9;
  margin-bottom: 1rem;
}

h2 {
  font-size: 1.4rem;
}

.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
