.text-center.baslik {
  font-family: 'Alegreya Sans SC';
  font-size: 72px;
  color: #626262;
}

@media (min-width: 768px) {
  .text-center.baslik {
    font-family: 'Alegreya Sans SC';
    font-size: 10vw;
    color: #626262;
  }
}

.article-list {
  background-color: #eee;
  /*max-width: 94%;*/
  margin: 0 auto;
  padding-bottom: 30px;
}

