how to aline container to the middle of screen code example
Example: center a div in css
.container {
display: flex;
justify-content: center;
align-items: center;
}
.container {
display: flex;
justify-content: center;
align-items: center;
}