* { margin: 0; padding: 0; } html,body { height: 100%; } body { display: flex; justify-content: center; align-items: center; } #box { width: 200px; height: 200px; background: #00f; }