a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}table{border-collapse:collapse;border-spacing:0}

*,body {
	   box-sizing: border-box;
}
body {
   /*font-family: sans-serif; */
   
   font-weight: 300;
	font: 14px Georgia, "Times New Roman", Times, serif;
/*	font-size: 2.2vw;*/
	text-align: center;
   padding: 10px;
   background-color: #fff;
   width: 100%;
   height: auto;

}

#content {
	background: url("wp.png") center no-repeat;
	background-size: contain;
	width: 100%;
	text-align: center;

	position: relative;
	top: 50px;
	top: 3vh;
	max-width: 750px;
	margin: 0 auto;
}

h1 {
	font-size: 34px;
	text-align: center;
	font-weight: bold;
}
h2 {
	font-size: 20px;
	margin: 10px;
}
p {
	text-align: center;
	font-size: 20px;
	margin-bottom: 14px;
}
.number, .smalltext {
	text-align: center;
	padding: 10px;
	margin-bottom: 14px;
}

.smallertext {
	font-size: 12px;
	width: 80%;
	margin: 10px auto 0;
}
.number {
	font-size: 60px;
	font-weight: bold;
	letter-spacing: 13px;
	text-align: center;
	font-family: Times, Georgia, "Times New Roman", serif;
	/*display: block;*/
	/*margin: 0 auto;*/
	/*width: 100%;*/
}

.biglink {
	color: rgb(18, 89, 207);
	font-weight: bold;
	text-decoration: underline;
	font-size: 1.4em;
	text-shadow: 0px 1px 4px rgba(255,255,255,0.4);
	
}


a {
	color: rgb(18, 89, 207);
}

.biglink img {
	width: 80px;
	-webkit-filter: drop-shadow(0px 3px 7px rgba(0,0,0,0.6));
	filter: drop-shadow(0px 3px 7px rgba(0,0,0,0.6));
}

strong {
	font-weight: bold;
	font-family: Times, Georgia, "Times New Roman", serif;
	letter-spacing: 1px;
}

.refresh {
	color: black;
	width: 16px;
	height: 16px;
	
}

.rotate {
	transform: rotate(720deg);
	transition: all 0.6s ease;
}

@media screen and (max-width: 500px) {
	#content {
		top: 10px;
	}
	.number {
		font-size: 50px;
		letter-spacing: 8px;
	}
}
@media screen and (max-width: 320px) {
/*===5 or 5s ====*/
	#content {
		top: 0px;
	}
	.number {
		font-size: 40px;
		letter-spacing: 7px;
	}
	.number, .smalltext {
		margin-bottom: 6px;
	}
	
	.biglink img {
		width: 60px;
	}
	
	p {
		font-size: 16px;
		margin-bottom: 8px;
	}
	
	h1 {
		font-size: 23px;
	}
	
	h2 {
		margin: 8px;
		font-size: 18px;
	}
}