 body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    text-align: center;
  }

  main {
    flex: 1 0 auto;
    text-align: center;
  }