.container { display: flex; justify-content: center; align-items: center; height: 100vh; } .centered-box { width: 150px; height: 150px; background-color: #b1d7e3;; border: 2px solid blue; }