html, 
body {
    height: 100%;
}

figure {margin: 0 auto;      /* centres the block */
  width: fit-content;  /* prevents it stretching full width */
}