* {
	box-sizing: border-box;
}
html {
	background-color: #ccc;
	font-family: 'Montserrat', sans-serif;
}
body {
	width: 760px;
	margin: 0 auto;
	background-color: white;
	padding: 20px;
}
textarea {
	width: 100%;
	height: 120px;
}
fieldset {
	margin-bottom: 1em;
	border-radius: .4em;
	border-color: grey;
}
fieldset legend {
	font-weight: bold;
	margin-left: .5em;
	display: block;
	background-color: grey;
	color: white;
	padding: .24em 1em;
	border-radius: .4em;
}
fieldset textarea {
	border: 1px solid #eee;
}
button, .button {
	padding: .24em 1em;
	border-radius: 100px;
	margin-top: 1em;
	background-color: gold;
	text-decoration: none;
}
h1, h2, h3, h4, h5 {
	margin-bottom: .25em;
	margin-top: 0;
}
.template-example {display:none;}