@import url(https://fonts.googleapis.com/css?family=Bitter:700);
#content{
	max-width: 1280px;
	margin: 25px auto 25px auto;
	text-align: center;
}
#logo{
	width: 210px;
}
h1{
	font-size: 30px;
	text-align: center;
	font-family: 'Bitter', serif;
	margin-bottom: 10px;
	margin-top: 0;
	color: #000;
}
fieldset{
	width: 22%;
	float: left;
	height: 300px;
	background: rgba(255,255,255,.5);
	text-align: left;
	border: 1px solid #ccc;
}
legend{
	color: #E54110;
	font-weight: bold;
}
#invoer{
	width: 50%;
	line-height: 35px;
	margin: 20px;
	border: 1px solid #ccc;
	border-radius: 8px;
	font-size: 18px;
}
#reset, #button{
	width: 150px;
    text-transform: uppercase;
	color: #FF4823;
	background: #000;
	border: none;
	margin: 10px;
	font-size: 18px;
	cursor: pointer;
	padding: 5px 0 5px 0;
	-webkit-transition: all 0.15s ease;
	-moz-transition: all 0.15s ease;
	-o-transition: all 0.15s ease;
	transition: all 0.15s ease;
}
#reset:hover, #button:hover{
	color: #eee;
}