* {margin: 0; border: 0; padding: 0; outline: none;}
html, body {
	background-color: rgb(143, 7, 21);
	color: #f9f5f5;
	font-size: 10px;
	font-family: Comic Sans MS, sans-serif;
}
li {
	list-style: none;
}
input {
	margin-top: 0em;
	width: 100%;
	height: 2em;
	background-color: transparent;
	border-bottom: 0.1em dotted #ffffff;
	font-size: 1.1em;
	font-family: Comic Sans MS, sans-serif;
	margin-left: 0px;
	text-align: left;
	color: gray;
}
input[type=radio], input[type=checkbox] {
	margin-top: 0.55em;
	margin-bottom: 0.15em;
	width: 2em;
	height: 1.25em;
}
select {
	margin-top: 1em;
	width: 100%;
	background-color: transparent;
	font-size: 1.1em;
	border-bottom: 0.1em dotted #ffffff;
	-webkit-appearance: none;
  	-webkit-border-radius: 0;
	font-family: Comic Sans MS, sans-serif;
	text-align: center;
	color: gray;
}
textarea {
	margin-top: 1em;
	width: 100%;
	height: 4em;
	font-size: 1.1em;
	background-color: transparent;
	border: 0.1em dotted #ffffff;
	font-family: Comic Sans MS, sans-serif;
}
button {
	margin: auto;
	width: 100%;
	height: 2.75em;
	font-size: 1.1em;
	border-radius: 20px;
	color: #000;
	font-family: Comic Sans MS, sans-serif;
	border: 1px solid #000;
}
#title {
	margin-top: 0.5em;
	text-align: center;
	font-size: 4em;
}
#description {
	margin-top: 2.75em;
	text-align: center;
	font-size: 1.75em;
}
	.desc-foot {
		text-align: right;
		font-size: 0.65em;
	}
#survey-form {
	margin: auto;
	margin-top: 2.55em;
	margin-bottom: 2.55em;
	max-width: 35em;
	font-size: 1.55em;
}
	#survey-form div {
		margin-top: 3.75em;
	}
