/* <div class="center"> * <div>some important stuff </div> * </div> */ .center{ display: flex; justify-content: center; align-items: center; }