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

html, body {
  height: 100%;
  width: 100%;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}
html .center, body .center {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 32px;
}
html .center h1, body .center h1 {
  font-size: 44px;
  align-items: center;
}
html .center button, body .center button {
  color: #000;
  margin: 12px;
  padding: 6px 12px;
  font-size: 18px;
}
html .center button:hover, body .center button:hover {
  background-color: rgb(255, 214, 127);
}/*# sourceMappingURL=style.css.map */