@import url('https://fonts.googleapis.com/css?family=PT+Mono');

.container {
  max-width: 960px;
}

body {
	font-family: 'PT Mono', monospace;	
}

h2 {
	font-size: large;
}

h6 {
	font-size: small;
	text-align: center;
}

.bg-yellow {
	background-color:#FFAE00!important
}

.z-index-1 {
	position: relative;
	z-index: 1;
}

.z-index-100 {
	position: relative;
	z-index: 100;
}

.z-index-200 {
	position: relative;
	z-index: 200;
}

.z-index-300 {
	position: relative;
	z-index: 300;
}

.z-index-2000 {
	position: relative;
	z-index: 2000;
}

.z-index-3000 {
	position: relative;
	z-index: 3000;
}

.top-right-email {
	position: absolute;
	z-index: auto;
	right: 0%;
	top: 0%;
}

.only_human {
  	position: absolute;
	z-index: auto;
  	right: -5%;
  	bottom: -300%;
  	width: 400px;
  	height: 450px;
}

.only_human_rel {
  	position: relative;
	z-index: auto;
  	right: -5%;
  	bottom: -25%;
  	width: 400px;
  	height: 450px;
}