p {
  margin-bottom: 1.2em;
}

p code {
  background: #d2e1e6;
}

ins.adsbygoogle {
  background: transparent !important;
}

#ai_widget-2 {
  background: transparent !important;
}

h1:not(.site-title),
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.3em;
  color: #1e3c65
}

.entry-title,
.entry-title a {
  color: #2c486d;
}

.posts-wrapper article {
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  border-radius: 5px;
  transition: 0.3s;
}

.posts-wrapper article:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

html,body
{
  width: 100%;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden; 
}

#comment {
  background-color: white;
}

.enlighter {
  margin: 12px 0 !important;
}

.enlighter-default {
  border-radius: 5px;
}