
body{
	background-color:#ccffff;	背景色
}

h3{
	text-align: center;	文字位置のセンター化
}

p {
	text-align: center;	文字位置のセンター化
	width: 80%;
	height: auto;
}