body{
  background-image: url('/img/Background2.png');
  color:  #7a0509;
  
}
a {
  color: inherit; /* Removes the default link color, making it inherit the parent's text color */
  text-decoration: none; /* Removes the underline */
  cursor: pointer; /* Ensures the cursor remains a hand icon, indicating interactivity */
}
h1{
  font-family: "Pixelify Sans", sans-serif;
  text-align: center;
  font-size: 9em;
  text-shadow: 4px 4px 4px #a30207 ;
  -webkit-text-stroke: 1px white;
}
a:hover{
    color: #a30207;
    text-shadow: 8px 8px 8px #c5060c ;
}
h2{
  font-family: "Pixelify Sans", sans-serif;
  font-size: 5em;
  text-shadow: 4px 4px 4px #a30207 ;
  text-align: center;
  -webkit-text-stroke: 1px white;
}

