.btn {
	position:absolute;
	bottom:40px;
	right:190px;
}

.btn:hover {
	transform:scale(0.9);
	cursor:pointer;
}

input {
	background:none;
	border:none;
	position:absolute;
	top:298px;
	left:255px;
	width:311px;
	height:58px;
	text-align:center;
	font-size:2em;
}

textarea {
	background:none;
	border:none;
	position:absolute;
	top:560px;
	left:368px;
	width:487px;
	height:147px;
	font-size:1.3em;
	resize:none;
	box-sizing:border-box;
	padding:5px;
}