@import url("https://unpkg.com/98.css");
body {
  color: white;
  height: 100vh;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-template-areas: ". . ." ". a ." ". . .";
  background-color: rgb(5, 5, 5);
}
body div.window {
  grid-area: a;
  place-self: center;
  scale: 1.5;
}

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