body {

    
background-image: url('https://cdn.discordapp.com/attachments/1190369540320800861/1206346960575922268/14382190_1280x720-thumbnail-49ERS-SUPERBOWL-58.png?ex=65dbad28&is=65c93828&hm=e4bf308c300e238eef2fd06872bc483cc37269cc953ddb63ff8c2abd62801179&')



}

.container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  

  h1 {

text-align: center;
color: rgb(255, 255, 255)


  }
  

footer {

    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: transparent; /* Change the background color as needed */
    color: white; /* Change the text color as needed */
    text-align: center;
    padding: 20px 0; /* Adjust the padding as needed */


}

p {

text-align: center;
color: white;

}