body {
  scroll-behavior: smooth;
}

main {
    display: grid;
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
}