body {
	background-color: #000000;
	text-align: center;
	font-family: "Titillium Web", sans-serif;
	font-size: 30px;
	color: #FFFFFF;
	text-shadow: 0px 0px 25px;
	margin: 0;
	padding-top: 50px;
}
/*Navigation Bar*/
header {
	background-color: #333333;
	position: fixed;
	left: 0px;
	top: 0px;
	height: 50px;
	width: 100%;
}
header #search-button:link {
	display: inline-block;
	box-sizing: border-box;
	float: right;
	height: 30px;
	padding: 5px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	font-size: 0px;
	background-color: #222222;
}
header a:hover {
	background-color: #555555;
}
header a:active {
	background-color: #222222;
}
#search-button img {
	height: 20px;
	position: relative;
}
#search-bar {
	display: inline-block;
	box-sizing: border-box;
	float: right;
	height: 30px;
	margin-top: 10px;
	font-family: "Titillium Web", sans-serif;
	font-size: 20px;
}
/*Lone Messages*/
.lone-message {
	display: flex;
	justify-content: center;
  	align-items: center;
  	position: fixed;
  	height: 100%;
  	width: 100%;
}