body { background-color: black; color: pink; } p { padding-bottom: 30px; } .center { text-align: center; justify-content: center; display: flex; } .left { text-align: left; justify-content: center; display: flex; } .limit-text-width { width: 50%; }