* { box-sizing: border-box; } body { background-color: var(--main-bg-color); font-family: pfdintextcomppromedium; display: flex; flex-direction: row; justify-content: center; align-items: center; align-content: center; text-align: center; /* background-color: yellow; */ }