html, body {
    height: 100%;
  }
  
  body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    font-family: 'Segoe UI', sans-serif;
    background-color: var(--bag-white);
    color: var(--dark-green);
    line-height: 1.6;
  }
  
  main {
    flex: 1;
  }
  