@media screen and (max-width: 375px) {
    p,a {font-size: 0.6rem !important;}
}
  
@media screen and (min-width: 375px) and (max-width: 500px) {
    p,a {font-size: 1.0rem !important;}
}

@media screen and (min-width: 500px) {
    p,a {font-size: 1.4rem;}
	
  }
  
.page {
	display: table-cell;
	width: 150em;
	height: 60em;
	min-width: 250px;
	vertical-align: middle;
	text-align: center;
}

.gradient {
	background-image: linear-gradient(to top, #f2c175 10%, #eebe62 40%, #eebe62 30%, white 65%);
}	

.content {
	display: inline-block;
	margin: 0 auto;
	box-shadow: 5px 5px 10px #666;
}

body {
		font-size: 100%;
		line-height: 1.5;
		font-family: verdana, arial, sans-serif;
}

img {
	max-width: 100%;
	height: auto;
}

a {
	text-decoration: none;
	color: #e85222;
	font-size: 1.4rem;
}

a:hover {
	color: #784212;
}

p {
	font-size: 1.4rem;
}