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

body, html {
  width: 100%;
  height: 100%;
}

main {
  width: 100%;
  height: 100%;
  background-color: rgb(16, 16, 16);
  display: flex;
  justify-content: center;
  align-items: center;
}

h1 {
  color: rgb(47, 187, 47);
  font-size: 3.5rem;
  font-weight: 500;
}/*# sourceMappingURL=style.css.map */