body{
	background-color: #fff0f3;
	background-image: repeating-linear-gradient(45deg, #FFFFFF, #FFFFFF 30px, #fff0f3 30px, #fff0f3 60px);
	margin:auto;
}

article{
	background-color: white;
	border-style: dashed;
	border-collapse: auto;
	height: 650px;
	width: 55%;
	margin:auto;
}
.cat{
	width: 300px;
	float: right;
}
.intro{
	background-color: white;
	border-style: dashed;
	border-collapse: auto;
	height: 440px;
	width: 55%;
	margin:auto;	
}

.about{
	background-color: white;
	border-style: dashed;
	border-collapse: auto;
	height: 60%;
	width: 55%;
	margin:auto;
}


.horizontal{
	border-style: solid;
	border-color: white;
	background-color: #fff0f3;
	width: auto;
	height: auto;
	margin:auto;
}

.bar{
	border-style: hidden;
	background-color: white;
	height: 40px;
}
button{
	float: right;
}