/* Global styles come from external css https://codepen.io/GreenSock/pen/xxmzBrw */ body { display: flex; align-items: center; justify-content: center; flex-direction: column; min-height: 100vh; gap: 1rem; } .box { display: block; } .pink { background-color: pink; }