.pac {
  background-color: black;
}

#pacman {
  height: 470px;
  width: 382px;
  border-radius: 5px;
  margin: 20px auto;
}

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

.pac h1 {
  font-family: 'Permanent Marker', cursive;
  text-align: center;
  color: yellow;
}

.pac {
  margin: 0px auto;
  font-family: sans-serif;
	padding: 10px;
}

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