body {
	text-align:center;
}
h1{
	font-size: 22px;
	color: #999999;
}
@media(max-width:740px){
	h1 {
		font-size: 20px;
	}
}
#container{
	font-size: 15px;
}
.reason{
	text-align :left;
	margin: 20px 10px;
	color: #7A7ACC;
}
@media(max-width:740px){
.reason{
	margin: 15px 5px;
	line-height:150%;
	font-size: 10px;
}
}