Centering in CSS
src.: https://css-tricks.com/centering-css-complete-guide/
.text_align_horizontaly_and_vertivaly { color: rgba(72, 72, 72, 0.7); text-align: center; display: flex; justify-content: center; flex-direction: column; height: 500px; /* Same as parent DIV */ }