Pawsome PlayPal: Interactive Tug & Train Pet Toy
/* Set the box-sizing to border-box for all elements for easier sizing */ *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; } /* Ensure the body takes up the full height of the viewport */ html, body { height: 100%; font-family: Arial, sans-serif; } /* Add padding and center text */ .center-text { text-align: center; } /* Apply an orange color to the text */ .orange-text { color: rgb(255, 128, 0); } /* Add padding to the indented text */ .indented-text { padding-left: 40px; } /* Center images within their container */ .center-image { text-align: center; margin: 16px 0; } /* Ensure images are responsive */ .center-image img { max-width: 100%;