@charset "UTF-8";
@font-face {
	font-family:'TrajanPro-Regular';
	src:url('../images/TrajanPro-Regular.woff')format('woff');
}
body {
	background-color: #FFFFFF;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/Paper_texture_by_manekochan2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.message {
	width: 80%;
	height: 500px;
	margin-left: 10%;
	font-family: 'TrajanPro-Regular', Georgia, "Times New Roman", Times, serif;
	font-size: 5em;
	font-weight: bold;
	color: #1F140A;
	padding-top: 200px;
}
