html {
	background-color: #303030;
	}
header {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	height: 60px;
	background-color: #000000;
	}
input {
	margin: 10px;
	height: 40px;
	width: 700px; 
	background-color: #707070;
	border: 2px solid orange;
	border-radius: 5px;
	}
#btn {
	background-color: #303030;
	color: #C0C0C0;
	height: 40px;
	width: 100px;
	font-size: 16px;
	border-radius: 5px;
	border: none;
	}
	

.message {
	margin-top: 300px;
	position: relative;
	left: 40%;
	color: #FFF;
	font-size: 3em;

	}
#results  {
	margin-top: 100px;
	
}

#results li {
	display: inline;
}