posicionar div no centro da tela code example
Example: posicionar div centro da tela
.flex-box {
display: flex;
align-items: center;
justify-content: center;
}
.flex-box {
display: flex;
align-items: center;
justify-content: center;
}