@charset "UTF-8";
/** variables */
/** colores */
/** semánticos */
/** TEXTOS */
/** BASE */
.codigo {
  margin: 32px 0 64px 0;
  background-color: black;
  color: white;
  border-radius: 8px;
  padding: 16px 32px 32px 32px;
  width: 100%;
  max-width: 800px;
  text-align: left;
  overflow-x: scroll;
}
.codigo pre code span {
  color: #8EFE7E;
}
.codigo pre code strong {
  color: #CC5C5C;
}

.reancho {
  height: 600px;
  justify-content: flex-start;
}

.todoelalto {
  height: 100%;
}/*# sourceMappingURL=style.css.map */