@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Outfit:wght@100..900&display=swap');


body {
	font-family: "DM Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	margin: 20px 40px;
	background: #EEE;
	/*background: linear-gradient(0deg,#EEE 0%, #FFF 50%);*/
	padding: 20px;
	height: 100vh;
}
h1, h2, h3 {
	font-family: "Outfit", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-weight: 400;
	color: #00;
}
p {
	font-size: 12pt;
	font-weight: 200;
	color: #000;
	margin-bottom: 30pt;
}
small {
  font-size:9pt;
  color:#669;
}
.L {
  width:48%;
  float: left;
  text-align: right;
}
.R {
  width:48%;
  float: right;
  text-align: left;
}
.C {
  width:100%;
  float: none;
  clear:both;
  text-align: center;
}
.C img {
	max-width: 90%;
	margin: 0 auto 10pt;
}
a, a:visited {
	display: inline-block;
	background-color: #f00;
	padding: 10px 30px;
	font-size: 14pt;
	border-radius: 3px;
	color: white;
	text-decoration: none;
	margin: 0 0 20pt;
	font-weight: 600;
}
a:hover {
    background-color: #333;
}
small {
	font-size: 9pt;
	color: #999;
}