html, body {
  margin: 0;
  padding: 0;
}

main{
  display:grid;
  place-items:center;
  height:100dvh;
  overflow:auto; /* autoです。 */
}
