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

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

button {
  cursor: pointer;
}

html,
body {
  height: 100%;
}

body {
  display: grid;
  grid-template-rows: minmax(min-content, 100px) auto;
  background-color: #13274f;
  color: white;
  font-family: monospace, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}
body header {
  max-height: 100px;
  text-align: center;
}/*# sourceMappingURL=main.css.map */