body {
	background-color: #ff0000;
}
div.title {
	height: 300px;
	width: 300px;
	border-right: solid;
	margin-right: 10px;
}
h2 {
	position: relative;
	top: 90px;
	color: #0004ff;
	font-family: Comic Sans MS;
}
div.des {
	height: 300px;
	width: 600px;
	position: relative;
	top: -230px;
	right: -300px;
	margin-left: 10px;
}
a {
	color: blue;
	font-family: Comic Sans MS;
}
p {
	font-family: Comic Sans MS;
	color: #33ff00;
}
a.pen {
	position: relative;
	top: 80px;
}
a.dog {
	position: relative;
	top: 80px;
}
a.daisy {
	position: relative;
	top: -190px;

}
p.daisy {
	position: relative;
	top: -280px;
	left: 100px;
}