body {
  margin: 0;
  font-family: "Montserrat", system-ui;
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
}
body .container {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100vh;
  text-align: center;
  justify-content: center;
}
body .container .motd {
  font-family: "PT Sans Narrow", system-ui;
  font-weight: 200;
}

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