POSICIONAR DIV Centro Da Tela

.flex-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
Thyago Mac