<div class="box">
<div>Dior</div>
</div>
.box {
display: flex;
align-items: center;
justify-content: center;
height: 35em;
}
.box div {
font-family: 'Times New Roman';
font-size: 10rem;
font-weight: 400;
letter-spacing: 2px;
text-transform: uppercase;
color: #000;
}