body
{
	width: 600px;
	margin: auto;
	padding: 20px;
	color: #000000;

}
h4
{
	text-align: center;
}
input[type=text]
{
    border: none;
	background-color: #f2f2f2;
	font-size: 16px;
}
input[type=text]:focus
{
	outline: none;
}
input[type=submit]
{
	  background-color: lightblue;
	  border: 1px solid lightblue;
	  border-radius: 3px;
	  color: black;
	  display:block;
	  margin: auto;
	  font-family: helvetica, sans-serif;
	  font-weight: bold;
	  height: 40px;
}
#inputFocus
{
	background-color: #f2f2f2;
	border: 2px solid lightblue;
	border-radius: 3px;
	margin:auto;
	display:block;
}
#inputFocus:focus 
{
  background-color: lightblue;
}
#console
{
	border: 2px solid red;
	padding: 10px;
	margin: auto;
	border-radius: 3px;
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 300px;
	background-color: white;
}
#intro
{
	font-size: 12px;
	color: #000000;
	text-align:center;
}
.landingForm
{
	border: 2px solid black;
	border-radius: 3px;
	background: white;
	padding: 20px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
}
.form-inline 
{
  display: inline;
}

.story
{
	background-color: #f2f2f2;
	font-family: helvetica, sans-serif;
	text-align: left;
}
