@font-face {
  font-family: 'regular';
  src: url('../_fonts/CrimsonText-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'bold';
  src: url('../_fonts/CrimsonText-Bold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

html
{
	width:100%;
	height:auto;
	margin:0px;
	padding:0px;
	background: #04051A;
	background-image: linear-gradient(140deg,rgba(4, 5, 26, 1) 0%, rgba(4, 5, 26, 1) 70%, rgba(163, 108, 33, 1) 100%);
	background-size:cover;
}
body
{
	width:100%;
	height:auto;
	margin:0px;
	padding:0px 0px 100px 0px;
	background: #04051A;
	background-image: linear-gradient(140deg,rgba(4, 5, 26, 1) 0%, rgba(4, 5, 26, 1) 70%, rgba(163, 108, 33, 1) 100%);
	background-size:cover;
}

.logo
{
	width:90%;
	max-width:500px;
	margin-top:50px;
	margin-bottom:50px;
}

h2
{
	width:90%;
	font-family:'regular';
	font-weight: normal;
	color:#ffffff;
}
h3
{
	width:90%;
	font-family:'regular';
	font-weight: normal;
	color:#ffffff;
}