#name {
position: absolute;
top: 80px;
left: 50%;
margin-left: -половины ширины блока, глядим через консоль;
line-height: 74px;
font-size: 74px;
color: #fff;
letter-spacing: 4px;
}
#name {
position: absolute;
top: 80px;
left: 50%;
transform: translateX(-50%);
line-height: 74px;
font-size: 74px;
color: #fff;
letter-spacing: 4px;
}
#name{
position: absolute;
top: 80px;
left: 0;
right: 0;
text-align: center;
line-height: 74px;
font-size: 74px;
color: #000;
letter-spacing: 4px;
}
#name{
position: absolute;
width: 70px;
height: 80px;
top: 80px;
line-height: 74px;
font-size: 74px;
color: white;
letter-spacing: 4px;
margin: 0 auto;
left: 0;
right: 0;
margin: 0 auto;
}