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

html, body {
  height: 100%;
  width: 100%;
  background: #000;
}

html {
  font-family: monospace;
}

body {
  display: flex;
  justify-content: center;
  align-items: center;
}

h5 {
  color: rgb(1, 106, 1);
  font-size: 2em;
  font-weight: 600;
  line-height: 2.8rem;
  text-align: center;
}/*# sourceMappingURL=style.css.map */