body {
  background-color: #fff;
  color: #000;
  font-family: Muli, sans-serif;

  font-size: 18px;
  font-weight: 400;
  line-height: 1.875;
  margin: 0;
  overflow-x: hidden;
}

footer {
  background-color: #f2f2f2;
  padding: 25px;
}

ul.topics {
  list-style-type: none;
  padding-inline-start: 0;
}

.fw {
  width: 100%;
}

img.lazy,img {
  width: 100%;
  height: auto;
}

.p-0 {
  padding: 0 !important;
}

blockquote {
  background: linear-gradient(45deg, #eddbff, transparent);
  color: rebeccapurple;
  margin-left: 0;
  margin-right: 0;
  padding: 1em;
  border-radius: 4px;
}

h1 {
  font-size: 2em;
  font-weight: bold;
  margin-bottom: 5px;
}

p {
  margin-bottom: 2em;
  font-size: 20px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased !important;
  -moz-font-smoothing: antialiased !important;
  text-rendering: optimizelegibility !important;
}

b,
strong {
  font-weight: 600;
}

.techmoju-logo {
  width: 150px;
  height: 34px;
}

@media (max-width: 600px) {
  .fw-m {
    width: 100% !important;
  }
}

h2 {
  margin-top: 4rem !important;
}

#share-buttons {
  margin-top: 2rem;
}

#share-buttons a {
  color: #434343 !important;
}

#share-buttons a:hover {
  color: #f64a1a !important;
}

.socialBtn {
  margin-right: 1.5rem;
}

.rounded-1 {
  border-radius: 1rem;
}

.code-block {
  background-color: #E7E9EB;
  padding: 1rem;
}

pre,
.code-inner-area {
  border-left: 5px solid green;
  padding: 1rem;
}




.text-center {
  text-align: center;
}

.mx-auto {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

@media (min-width: 1080px) {
  .container {
    max-width: 680px;
  }
}

.seo-checklist {
  font-size: 13px !important;
}

.btn-price-amzn {
  background-color: #da8535;
  padding: 8px 16px;
  border-radius: 5px;
  color: #fff;
}