@import url(style.css); .wrapper { width: 40%; position: relative; margin-top: 20px; left: 50%; transform: translateX(-50%); color: white; } .main-title { font-weight: 800; font-size: 3em; } .content { margin-top: 10px; margin-bottom: 10px; font-size: 1.5rem; word-wrap: break-word; line-height: 1.9; }