.btnInfo {
    font-size:2.5em;
    position:absolute;
    color:#e3e900;
    text-shadow:0 0 5px rgba(0,0,0,0.5);
}

.btnInfo:hover {
	transform:scale(1.1);
	cursor: pointer;
}

textarea {
	position:absolute;
	left:67px;
	background:none;
	width:551px;
	height:182px;
	border:none;
	resize:none;
	box-sizing:border-box;
	padding:20px;
	font-size:1.8em;
}