.navbar {
  display: none;
}
#comment_form{
  display: none;
}
#blog_post_info{
  display: none;
}
.blogStats {
  color: #8d9fa3;
}
::-webkit-scrollbar {
  width: 0.375rem;
  height: 0.25rem;
  background-color: rgba(0, 0, 0, 0);
}

::-webkit-scrollbar-button {
  display: none;
}

::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, .125);
}

::-webkit-scrollbar-track {
  background-color: #F4EDE3;
}