.page { margin-top: 2rem; display: flex; flex-direction: column; align-items: center; justify-content: center; font-family: var(--font-main); } .title { font-weight: 600; line-height: 1.2; text-align: center; } .companyName { font-size: 32px; font-weight: 600; line-height: 1.2; text-align: center; font-family: var(--font-extra); }