img {
  max-height: 90%;
  max-width: 90%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
body {
	background-color: #a54444;
}
p, a {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	font-size: 24px;
	text-align: center;
	margin-top: 100px;
	color: #ffd6ca;
}

p.address {
	font-size: 16px;
	margin-top: 10px;
}