.flex__container__center { display: flex; justify-content: center; align-items: center; height: 100%; } a.authorize__twitch_btn { display: inline-block; background-color: #6441a5; color: #fff; padding: 10px 20px; border-radius: 5px; text-decoration: none; font-size: 1.5rem; } .settings__container { display: flex; flex-direction: column; align-items: center; justify-content: center; height: 100%; } .settings__header { display: flex; justify-content: end; }