1.container { 2 display: grid; 3 place-items: center; 4 min-height: 100vh; 5}
Modern way to center everything in a container.