* { box-sizing: border-box; }

html {
  height: 100%;
}

body {
  display: grid;
  place-content: safe center;
  margin: 0;
  min-height: 100%;
}
