

body {
    background-image: url(https://mpkpdbhtxzcslomqhkxs.supabase.co/storage/v1/object/public/site-images/ChatGPT%20Image%20Jan%2023,%202026,%2002_03_24%20PM.png);
    background-repeat: no-repeat;
    background-size: cover;
    min-width: 100vh;
    background-position: center center;
    background-attachment: fixed;

}
 h1{
    text-shadow: 2px 2px 4px #000000;
 }

 html, body {
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
}

footer {
  margin-top: auto;
}