a {
  color: #ff2903;
}
h1, h2, h3 {
  font-family: "Exo 2", sans-serif;
  font-weight: 600;
}
h1 {
  font-size: 3rem;
}
h2 {
  color: #008199;
  font-size: 2.25rem;
  padding-bottom: .75rem;
}
h3 {
  color: #008199;
  font-size: 1.75rem;
  padding-bottom: .75rem;
}
header, article {
  width: 100%;
  padding: 3rem 4%;
}
header {
  background: #1e1e1e;
}
article {
  background: #eff0f0;
  color: #333;
  /* font-size: 1.375rem; */
}
header *, article * {
  margin: 0 auto;
  max-width: 800px;
}
article p, div.p {
  font-size: 1.375rem;
  padding-bottom: 2rem;
}
article p:first-of-type {
  font-size: 1.75rem;
}
article p.end {
  padding-bottom: .5rem;
}

pre {
  overflow-x: auto;
  font-family: "Fira Code";
  font-size: 1rem;
  margin: 0;
  padding: 1em;
  border-radius: 0 0 0.5em 0.5em;
}

code {
  font-family: "Fira Code";
  font-size: 1rem;
}

.code {
  padding-bottom: 2rem;
}

.code-title {
  display: flex;
  gap: 1em;
  font-family: "Fira Code";
  font-size: 1rem;
  color: #fff;
  background: #374151;
  border-radius: 0.5em 0.5em 0 0;
  padding: 1em;
}

.code-title div:nth-child(1) {
  width:20px;
  height:20px
}

.code-title div:nth-child(2) {
  flex: 1;
}

.line {
  padding-bottom: 0.25em;
  display: inline-block;
}

ul {
  padding-bottom: 2rem;
}

li {
  color: #333;
  font-family: "Alegreya Sans", sans-serif;
  font-weight: 400;
  font-size: 1.375rem;
}

table {
  font-family: "Fira Code";
  font-size: 1.375rem;
  padding-bottom: 2rem;
}
table td {
  color: #333;
  text-align: center;
  width: 2em;
  height: 2em;
}
table td.true {
  color: #fff;
  background: #000;
}
table td.false {
  color: #000;
  background: #fbfbfb;
}

@media screen and (max-width: 500px) {
  .articleImage {
    width: 320px;
  }
  #nanoFont2 {
    width: 352px;
  }
}

@media screen and (max-device-width: 480px){
  body{
    -webkit-text-size-adjust: 100%;
  }
}