body {
  background-image: url("http://ivanysusbambam.com/b.png");
  background-size: cover;
  background-repeat:no-repeat;
  background-position: middle;
}

#pacman {
  height: 600px;
  width: 486px;
  border-radius: 5px;
}

#shim {
  font-family: 'Permanent Marker', cursive;
  position: absolute;
  visibility: hidden
}

h1 {
  font-family: 'Arial BLack', cursive;
  text-align: center;
  color: rgb(255, 0, 242);
  background-color: rgba(0, 0, 0, 0.26);
}

body {
  width: 500px;
  margin: 0px auto;
  border-radius: 5px;
  font-family: sans-serif;
}

a {
  text-decoration: none;
  color: #0000FF;
}