#typeDiv {
	position: absolute;
	top: 45%;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	height: 10%;
	text-align: center;
}

#txt1 {
	font-size: 40px;
	text-align: center;
	color: white;
}
#txt2 {
	font-size: 24px;
	text-align: center;
	color: white;
}

#content{
	position: absolute;
	top: 1%;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	height: 20%;
}

#together{
	font-size: 25px;
	text-align: center;
	color: white;
}

#timer{
	text-align: center;
	color: white;
}

#d{
	font-size: 19px;
}

#h{
	font-size: 19px;
}

#m{
	font-size: 19px;
}

#s{
	font-size: 19px;
}

#heartTxt{
	position: absolute;
	display: table;
	vertical-align: middle;
	top: 80%;
	left: 0;
	right: 0;
	margin: auto;
	width: 10%;
	height: 8%;
}

#clickMe{
	display: inline-block;
	font-size: 16px;
	width: 100%;
	text-align: center;
	color: white;
}

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

#button{
	background-image: url("../pic/black.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-color: transparent;
	border: none;
	outline: none;
	background-position: center;
	transition: 0.1s;
	width: 100%;
	height: 100%;

}

#button:active {
	width: 92%;
	height: 92%;
}

#imgTxt{
	position: absolute;
	display: table;
	vertical-align: middle;
	top: 20%;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	height: 50%;
}

#img{
	display: block;
	left: 0;
	right: 0;
	margin: auto;
	width: auto;
	height: 100%;
}

#Txt{
	display: inline-block;
	font-size: 17px;
	width: 100%;
	text-align: center;
	color: white;
}

#tmp{
	display: inline-block;
	font-size: 17px;
	width: 100%;
	text-align: center;
	color: white;
}