  body {
            background-color: #FF2B00; /* Light gray background */
        }
        body {
    display: flex; /* Makes the body a flex container */
    justify-content: center; /* Centers content horizontally */
    align-items: center; /* Centers content vertically */
    height: 100vh; /* Ensures the body takes up the full height of the viewport */
    margin: 0; /* Removes default browser margin */
}
body {cursor: url(kirbo.gif), default;}