body {
  background-image: url("bg.png");
  background-size: auto; 
  background-repeat: repeat;
  background-position: center; 
  color: white;
  background-color: black;
  text-shadow: 2px 2px #000000;
  font-family: 'lovable';
}
