*{
	margin: 0;
	padding: 0;
}
body {
	overflow-x: hidden;
}
#days{
	position: absolute;
	left: 40px;
	top: 255px;
	height: 19px;
	width: 200px;
	border: none;
	padding-left:5px;
}
#people{
	position: absolute;
	left: 40px;
	top: 337px;
	height: 21px;
	width: 233px;
	border: none;
	padding-left: 5px;
}
#brownButton{
	position: absolute;
	left: 188px;
	top: 490px;
	height: 53px;
	width: 211px;
	background: transparent;
	font-size:0px;
	cursor:pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#hearts{
	position: absolute;
	left: 40px;
	top: 418px;
}
.heart{
	margin-right:6px;
	cursor:pointer;
}
#saying{
	position: absolute;
	left: 263px;
	top: 425px;
	color:white;
	font-size:.8em;
	width:240px;
}