:root {
  	--brown: 	#a19e95;
	--gray: 	#52504c;
  	--green: 	#19a694;
}
html, body {
	height: 100%;
	overflow: hidden;
}
body {
	background: -webkit-radial-gradient(center, #ffffff, #e2dbd8);
	background: -moz-radial-gradient(center, #ffffff, #e2dbd8);
	background: -o-radial-gradient(center, #ffffff, #e2dbd8);
	background: -ms-radial-gradient(center, #ffffff, #e2dbd8);
	background: radial-gradient(center, #ffffff, #e2dbd8);
}
h1{
	color: var(--brown);
	font-family: 'Istok Web', sans-serif;
	font-weight: 700;
	font-size: 2.5em !important;
  line-height: 0;
  text-align: center;
  margin-top: 100px !important;
}
h2{
	color: var(--gray);
	font-family: 'Istok Web', sans-serif;
  font-weight: 400;
  font-size: 1.5em;
  line-height: 0.5em;
  text-align: center;
}
p{
	color: var(--gray);
	font-family: 'Istok Web', sans-serif;
  font-weight: 400;
  font-size: 1em;
  line-height: 0.5em;
  text-align: center;
  margin-top: 30px;
}
p a:link{
  color: var(--brown);
  text-decoration: none;
}
p a:hover{
  color: var(--gray);
  text-decoration: none;
}
object {
  position: relative;
	left: 50%;
	top: 200px;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	width: 100%;
	max-width: 330px;
}
