body {
	background: #f3f0ea url(noise.png) repeat;
	text-align: center;
}

p {
	margin-top: 20%;
	font-size: 150%;
}

img {
	margin-top: 50px;
	max-width: 100%;
	transition: all 0.3s;
}

img:hover {
	opacity: 0.5;
}

