html { width: 100%; height: 100%; background-color: #e5dfd8; color: #000; font-family: „Helvetica Neue“,“Neue Helvetica“,helvetica, arial, sans-serif; font-style: normal; font-weight: 300; } .the-box { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); } .the-title { padding: 5px; font-size: 3em; text-align: center; }