* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  height: 100%;
  width: 100%;
  font-size: 62.5%;
  font-family: "monospace", sans-serif;
  background-color: #111;
}

main {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
main .matrix {
  font-size: 2.5rem;
  color: greenyellow;
}

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