@charset "UTF-8";
/* CSS Document */
*{
	margin:0;
	padding:0;
}
html, body{
	/*height:100%;*/
}
#wrapper{
	max-width:960px;
	margin:0 auto;
	padding:0 0.5%;
	font-family: 'Lemonada', cursive;
	/*height:100%;*/
}
header{
	/*height:5%;*/
}
section{
	/*height:90%;*/
}
#note{
	/*height:5%;*/
	font-family:Arial, Verdana, sans-serif;
	font-size:0.8em;
	color:#555;
}
object{
	/*width: 100vw; height: 100vh;*/
	/*height:100%;
	width:auto;*/
}
.clearfix::after{
	content:"";
	display:table;
	clear:both;
}
#points{
	width:20%;
	float:left;
	margin:0.5rem 0;	
}
h1{
	font-size:1.5em;
	width:60%;
	margin: 0;
	float:left;
	text-align:center;
	line-height:1em;
	padding-top:0.5em;
}
button{
	width:10%;
	margin:0.8rem 0 0 10%;
	float:right;
	cursor:pointer;
	font-family: 'Lemonada', cursive;
}
h1 span{
	font-size:0.6em;
	line-height:0.8em;
}