liging all the elements in a container to center of screen code example
Example: how to center a div
.container {
...
display: flex;
justify-content: center;
}
.container {
...
display: flex;
justify-content: center;
}