redon13
12/15/2016 - 1:53 PM

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 */
}