@viewport {
  width: device-width ;
  zoom: 1.0 ;
}
html,body
{
	/*min-height:100%;*/
}
body
{
	background:linear-gradient(180deg, #0061C3, #012F5D, #012F5D);
	margin: 0 5vw;
	min-height:100vh;
	color: #E2E0D1;
}
*
{
	font-family: Verdana, sans-serif;
}
blockquote
{
	border-left: 5px solid #308DEB !important;
	color: #5EACFA;
	cursor: pointer;
	line-height:1.6em;
	background:linear-gradient(90deg, rgba(0,106,215,0.47), rgba(1,47,93,0.62));
	padding:2vw;
}
p
{
	font-family: Tahoma, Times;
	font-size:1.14em;
	line-height:1.5em;
	color:rgba(255,255,255,.71);
}
a
{
	margin-top:1vh;
	font-size: 1.1em;
	color: #E2E0D1;
}