@charset "UTF-8";
/* CSS Document */

@import 'https://fonts.googleapis.com/css?family=Poiret+One';

@font-face {
	font-family: bebasreg;
	src: url(../fonts/BebasNeueRegular.ttf);
}



h1 {
	font-size: 8vw;
	font-family: bebasreg;
	line-height: 0;
	color: black;
	letter-spacing: 2px;
	//text-shadow: 0px 0px 5px rgba(0,0,0,1);
}

h2 {
	font-size: 4vw;
	font-family: 'Poiret One', cursive;
	line-height: 2;
	font-weight: bold;
	letter-spacing: 2px;
	display: inline;
	float: right;
	padding: 0 5% 0 5%;
	background-color: rgba(204,153,0,1);
	text-align: center;
}

html, body {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	height:90vh;
	width: 97vw;
	background-color: rgba(150, 50, 50, 1.00);
}

.monkey {
	margin: 10%;
	
}

input {
	-webkit-appearance: none;
	margin: 3vw 0 3vw 5vw;
	padding: 2vw 3vw 2vw 3vw;
	font-family: 'Poiret One', cursive;
    font-size: 4vw;
	font-weight: bold;
	letter-spacing: 2px;
	border-radius: 2vw;
	background-color: rgba(183,214,150,1);
	
}

input:active {
	background-color: rgba(121,121,121,1.00);
}

