html, body {
  min-height: 100vh;
  width: 100%;
  line-height: 1;
}

body, body * {
  /*all: unset;*/
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

ol, ul, menu {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #222;
  height: 100dvh;
  overflow: hidden;
  color: #fff;
  user-select: none;
}

div {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.25em;
  width: 100%;
  height: 100%;
  font-family: SF Pro, Helvetica Neue, Helvetica, Arial, sans-serif;
}

button {
  position: fixed;
  top: 0;
  left: 25%;
}

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