@font-face {
  font-family: 'Avenir LT Std';
  font-display: auto;
  src: url('../fonts/AvenirLTStd-Medium.woff2') format('woff2'),
  url('../fonts/AvenirLTStd-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}
html, body {
  height:100%;
}
body{
	background:url(images/27274.png) bottom center no-repeat;
	font-family: 'Avenir LT Std';
	margin:0;
	padding:0;
	font-size: 16px;
	line-height: 2;
	color: #000;
	display:flex;
	text-shadow: 0 0 BLACK;
	align-items:center;
}
a{
	color: #f5ba21;
	text-decoration:none;
}
a:hover{
	color:#000;
	text-decoration:none;
}
h1 {
  font-size: 3rem;
  color: #f5ba21;
  text-align: center;
}
article {
   max-width: 650px;
   margin: 0 auto;
   text-align: center;
}
span{
	font-size:17px;
}