html, body, div, span, applet, object, iframe, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 2;
    border-color:black;
    border-style: solid;
    padding-left: 10%;
    padding-right: 10%;
	background-color: rgb(177, 255, 255);
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
/* #stats-window{
	text-align: end;
	background-color: rgb(227, 227, 227);
	
} */
h1{
	text-align: center;

}
#nameInput{
	display: flex;
	flex-direction: column;

	width: 40%;
	margin-left: auto;
	margin-right: auto;
}
#jobdone{
	text-align: center;
	font-size: 150%;
	

}
h4{
	text-align: center;
	font-size: 140%;
}
#statsfinal{
	text-align: center;
	font-size: 125%;
}
#completion-message{
	background-color: rgb(117, 255, 255);
	padding-bottom: 29%
}
#problems{
	font-size: 120%;

}
#submit{
	margin-top: 3%; 
	margin-bottom:5%; 
	padding:2%; 
	font-size: 110%;
}