HTML Align Text Anchor
.centerAnchorText {
display: flex;
flex-direction: column;
justify-content: center;
text-align: center;
}
Lazurite
.centerAnchorText {
display: flex;
flex-direction: column;
justify-content: center;
text-align: center;
}