.app { display: flex; justify-content: center; align-items: center; height: 100%; width: 100%; } .calc-wrapper { width: 100%; height: 100%; } .row { display: flex; width: 100%; }