.flex-col { display: flex; justify-content: center; align-items: center; flex-direction: column; } .flex-row { display: flex; justify-content: center; align-items: center; flex-direction: row; } .disable-scroll { overflow: hidden !important; position: fixed; }