/* Scss Document */
.code_container {
  display: flex;
  justify-content: space-between;
}
.code_column {
  width: 20%;
  text-align: center;
  line-height: 1.4;
}
@media only screen and (max-width: 640px) {
  .code_column {
    font-size: 2.1875vw;
  }
}
.code_column .code {
  margin-bottom: 0.25em;
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
  font-weight: 500;
  font-size: 6rem;
  border-bottom: solid 2px rgba(0, 0, 0, 0.75);
  display: inline-block;
  line-height: 1;
}
@media only screen and (max-width: 640px) {
  .code_column .code {
    font-size: 7.03125vw;
  }
}
.code_column .code-example {
  font-size: 4.8rem;
  border-bottom: none;
}
@media only screen and (max-width: 640px) {
  .code_column .code-example {
    font-size: 5.625vw;
  }
}/*# sourceMappingURL=inside.css.map */