position content in the center of the container css code example
Example: how to center anything inside your container
display: grid;
place-items: center;
height: 100vh;
display: grid;
place-items: center;
height: 100vh;