body{
	background-color: #005A7C;
}
h1, h2, h3{
	font-family: 'Roboto Slab', sans-serif;
}
a{
	text-decoration: none;
}
a:hover{
	color: white;
	background-color: #F05023;
}
.container{
	background-color: white;
	font-family: 'Open Sans', sans-serif;
	width: 800px;
	margin: 20px;
	padding: 20px;
	border: 2px solid #F05023;
	border-radius: 10px;
	text-align: left;
	min-width: 600px;
}
#not{
	text-decoration: underline;
	font-weight: bold;
	color: #F05023;
}
.userinput, .answer{
  font-size: 18px;
  text-align: center;
}
li{
	list-style-type: square;
}
