body {
    background-image: url('../static/dogfood.jpg');
    background-size: cover;
    background-position: center;
}

h1,
h2 {
        color: white;
            /* Text color */
            text-shadow: 2px 2px 0px black;
            /* Black shadow with 5px offset */
            padding: 5px;
            /* Optional: Adds spacing between text and border */
        }
