.page-wrapper {
  display: flex;
  justify-content: center;
  padding: 40px 20px;
  background: #f0f0f0;
  color: #111;
}

.custom-article-style .entry-title {
  font-size: 2.4rem;
  color: #3C476F;
  margin-bottom: 20px;
  font-family: 'Rubik', sans-serif;
  font-weight: 700;
}

.custom-article-style .entry-content h2 {
  font-size: 1.6rem;
  color: #000000;
  margin-top: 2em;
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
}

.custom-article-style .entry-content {
  font-size: 1.2rem;
  color: #0B0B0B;
  line-height: 1.6;
  text-align: justify;
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
}
