@charset "UTF-8";
body {
	background-image: url(../Assets/images/background.jpeg);
	text-align: center;
	margin-top: 60px;
}
body h2 {
	font-style: italic;
}
.photo {
	text-align: center;
	margin-top: 10%;
	margin-right: 10%;
	margin-bottom: 10%;
	margin-left: 10%;
}
table tbody tr {
	text-align: center;
}
body header h1 {
	font-size: 2.5em;
	line-height: 30px;
}
