/* poker-odds-page.css */

html {
    scroll-behavior: smooth;
}

body {
    /* The font-family is kept to maintain site consistency. */
    font-family: 'Lora', serif;
    
    /* The background-color property has been removed. 
       The background is now set by the 'bg-gray-900' class in the HTML body tag. */
}

/* The old .card and .card:hover styles have been removed as they are no longer used on this page. */