body {
    cursor: url('./assets/paw-cursor.png'), auto;
    background-color: #f1e9de;
}

h1 {
    text-align: center;  /* Centers text horizontally */
    margin: 0;  /* Optional: Remove default margin */
}