body {
  background-color: #2c2c2c;
  /* background-color: #fff; */
}

html,body{
  height: 100%;
  color: #d2d2d2;
}

.main-bacground-color {
  background-color: #2c2c2c
}

.post h2 {
  font-family: Montserrat;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #fff;
  margin-top: 30px;
}

.post h3 {
  font-family: Montserrat;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #fff;
  margin-top: 20px;
}

.post p {
  margin-top: 20px;
  color: #d2d2d2;
  letter-spacing: 0.5px;
  line-height: 26px;
  font-size: 16px;
  font-family: Georgia, 'Times New Roman', Times, serif;
}

p > a {
  color: #ddc39c;
  font-family: "Roboto-Regular";
}

.highlight.bash {
  margin-top: 10px !important;
  background-color: #222;
  padding: 1rem;
}

.bash table {
  border-collapse: separate;
  border-spacing: 10px 0;
}

.gutter {
  color:#494949;
}

.code {
  color: #bebebe;
}
.post ul {
  list-style: disc;
  margin: 20px 0px;
}

.post ol {
  list-style: decimal;
  margin: 20px 0px;
}

.post li {
  margin: 0px 0px 0.5rem 1rem;
  padding-left: 1rem;
}

.post blockquote {
  background-color: #222;
  border-left: 10px solid #ddc39c;
  margin: 1.5rem 0;
  padding: 1rem 10px;
  quotes: "\201C""\201D""\2018""\2019";
}

.post blockquote p{
  margin-top: 0;
  padding-left: 1rem;
}