head,
body {
  margin: 0;
}

body {
  height: 100%;
  display: grid;
  place-items: center;
}

button {
  padding: 2rem;
  font-size: 5rem;
}
