text-align: center;
line-height : ;
width : ;
margin : 0 auto;
height : ;
width : ;
text-align : center
display : inline-block
position : relative;
// 1
position : absolute;
top : 50%
left : 50%
transform : translate(-50%, -50%)
// 2
position : absolute;
margin : auto;
top : 0;
left : 0;
bottom : 0;
right : 0;
height : ;
display : flex;
justify-content: center;
aligh-items: center;