@charset "utf-8";
/* CSS Document */
body{
	text-align: center;
	background: #dcdcdc;
}
header{
	color: #FF0105;
	font-size: 1.9em;
	margin-bottom: 50px;
	border-bottom: 5px solid #696969;
}
b{
	font-size: 1.6em;
	color: #000000;
}
h2{
	color: #000000;
	font-size: 1.5em;
	width: auto;
	
}
p{
	font-size: 1.2em;
	width: auto;
}
.box{
	padding: 0.5em;
	margin-bottom: 4em;
	border:0.125em solid #000000;
	border-radius: 0.7em;
	width: auto;
	margin-left: 30%;
	margin-right: 30%;
}

