@charset "utf-8";
/* CSS Document */
div {
	width: 40%;
	margin:auto;
}
h1 {
 	color: #989FA9;
 	width: 99%;
 	text-align: center;
 	margin-top: 200px;
}

p {
	color: #585f69;
}


