body {
	width: 100%;
	margin: 0px;
	padding: 0px;
  background-color:#f7f7f7;
}

main {
	width: 100%;
  font-family: 'Roboto', sans-serif;
	margin: 150px auto 30px auto;
	text-align: center;
}

h3, p {
	margin: 0px auto 20px auto;
	max-width: 90%;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	font-weight: 200;
}

p {
	font-size: 13px;
}

.comment-box {
	width: 300px;
	max-height: 300px;
	margin: 0px auto 20px auto;
	padding: 10px;
	border: 2px solid #aaaaaa;
	border-radius: 5px;
	font-family: 'Helvetica', 'Arial', sans-serif;
	resize: none;
}

.comment-box:focus {
	border-color: #009dff;
}
