.page_wrapper { display: flex; flex-direction: column; justify-content: center; align-items: center; align-content: center; text-align: center; padding-bottom: 5em; } .center_wrapper, .header_wrapper { display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; } .logo_wrapper { margin-top: 1em; width: 40em; } .navbar_wrapper { position: fixed; bottom: 0; padding: 1em 0; display: flex; flex-direction: row; justify-content: center; align-items: center; gap: 2em; background-color: var(--main-bg-color); width: 100vw; } .content { font-size: 2em; font-family: pfdintextcompprothin; color: var(--main-color); width: 20em; text-align:justify; text-justify: inter-word; } .partners { display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; } .subpartners { display: flex; flex-direction: row; justify-content: center; align-items: center; text-align: center; }