
#loveHeart {
	width:670px;
	height:625px;
	box-sizing: border-box;
	-webkit-transform: rotate(90deg); 
	transform: rotate(90deg) scale(0.9);
	position: absolute;
	left: 0;
	top: 200px;
}

#garden {
	width: 100%;
	height: 100%;
}

#elapseClock {
	text-align: center;
	font-size: 20px;
	margin-top: 30px;
	margin-bottom: 10px;
}

#words {
	font-family: "sans-serif";
	width: 500px;
	font-size: 30px;
	color:#666;
}

#biaobai {
	margin-left: 60px;
	word-wrap: break-word;
}
#elapseClock .digit{
	font-family: "digit";
	font-size: 52px;
}

#loveu{
	font-size: 28px;
	margin-top: 30px;
	text-align: center;
	display: none;
}

#messages{
	display: none;
}

#loveu .signature{
	margin-top: 10px;
	font-size: 28px;
	font-style: italic;
}
