body {
  background-color: var(#DBDBDB);
  margin: 0 auto;
  padding: 0;
  font-family: "Source Code Pro", monospace;
  font-size: 14px;
  color: var(#000);
  text-align: left;
  line-height: 1.5 !important;
}
h1 {
  font-size: 20px;
}
h2, h3, h4, h5, h6 {
  font-size: 16px;
  margin: 0px;
  margin-top: 22px;
  font-weight: bold;
  color: var(#000);
}
a {
  text-decoration: none;
  color: #52a6f5;
}

@media only screen and (max-device-width: 500px) {
  * {
    font-size: 13.5px !important;
  }
}