body{
	background-color: #FFE8E8;
	font-style: "微軟正黑體";
	width: 100%;
	height: 100vh;
	margin: 0;
	background-size: cover;
	background-image: url("../JPEG/BackGround.jpeg");
	background-color:rgba(255,255,255,0.5); 
	background-blend-mode: lighten;
}
h1{
	font-size: 60px;
	text-align: center;
}
p{
	font-size: 30px;
	text-align: center;
}
#goWeka{
	text-align: right;
}
#btnPlace{
	text-align: center;
}

.btnStyle{
	font-size: 20px;
	background-color: #FFD9EC;
	
	text-align: center;
	cursor: pointer;
	line-height: 25px;
	border-radius: 12px;
	color: #000;

	border: 3px #B15BFF dashed;
	transition: all .3s linear;
}
.btnStyle:hover{
	font-weight:bold;
	background-color: #FFFF93;
	color: #FF0000;
	box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}
.smile{
	cursor: pointer;
}
