body {
	background:#f69;
	color:#fff;
	font-family: sans-serif;
	margin-top:15%;
	font-size:22px;
	line-height:32px;
	font-weight:900
}

#container {
	width:600px;
	margin:auto;
	text-align:center;
}

fieldset {
	border:1px solid white;
	border-radius:20px;
}


#declaration {
	background:#000;
	padding:50px;
}

#declaration2 {
	border:2px solid #fc9;
	border-radius:12px;
	padding:50px;
	width:340px;
	margin:auto;
}

a {
	color:#999;
	font-size:16px;
	display:block;
	text-decoration:none;
}

a:hover {
color:yellow;
}

form {
	text-align:center;
}

input {
	margin-bottom:4px;
}

input[type="submit"] {
	background:black;
	color:white;
	border:0px;
	box-shadow:1px 1px 3px rgba(0,0,0,0.5);
	padding:4px 8px;
	cursor:pointer;
	border-radius:3px;
}

input[type="submit"]:hover {
	background:yellow;
	color:#f69;
}


