body {
	text-align: center;
	background-color: black;
}
h1 {
	font-size: 50px;
	color: white;
	font-family: "Museo";
	font-style: ;
	font-weight: 500;
	text-align: center;
}
h2 {
	font-size: 30px;
	color: white;
	font-family: "Museo";
	font-style: ;
	font-weight: 300;
	text-align: center;
}
img {
	width: 70%;
	border-style: solid;
	border-width: 5px;
	border-radius: 5px;
	border-color: rgba(255,255,255,.25);
}