body {
  --color-primary: #1D5902;
  --color-secondary: #590255;
  background-color: white;
  color: hsl(0, 98%, 16%);
}

textarea {
  background-color: black;
  color: hsl(0, 0%, 90%);
}

body {
  font-family: "Roboto Flex", sans-serif;
  font-size: 1.2rem;
}

.text {
  white-space: pre-wrap;
}

/* code{
  font-family: 'Roboto Flex', sans-serif;
  font-size: 1.2rem;
  color: black;
} */

/*# sourceMappingURL=general.css.map */
