html {
	background-image : url("../images/space.jpg");
	background-color : #cccccc;
	height : 500px;
	background-position : center;
	background-repeat : no-repeat;
	background-size : cover;
	position : relative;
	font : 12px/27px "PT Sans", Arial, sans-serif;
	text-align : center;
}
header {
	font-size : 200%;
	text-align : center;
	color : rgb(3, 205, 245);
	background-color : rgb(0, 0, 0);
	width : 500px;
	margin-right : 150px;
	margin-left : 468px;
	border : rgb(37, 26, 255) solid 5px;
	border-radius : 19px;
	padding : 20px;
}
ul#nav_menu > li {
	display: inline-block;
	position: relative;
	margin-left: 10px;
	background: rgb(0, 0, 0);
	padding: 5px 20px;
	border-radius: 3px;
	border: 3px solid rgb(37, 26, 255);
	border-radius: 10px;
}
ul#nav_menu > li:first-child {
	margin-left: 0px;
}
ul#nav_menu li a {
	font-size: small;
	font-weight: 900;
	display: block;
	color: rgb(3, 205, 245);
	z-index: 1;
	position: relative;
}
ul#nav_menu ul {
	display: none;
	position: absolute;
	top: 90%;
	left: 14px;
	width: 9em;
	padding: 10px;
	z-index: 9999;
}
ul#nav_menu > li:hover {
	background: rgb(8, 32, 213);
}
ul#nav_menu > li:hover ul {
	display: block;
	margin-left: -1.2em;
	background: rgb(10, 10, 10);
	box-shadow: 2px 2px 0 rgba(0,0,0,.5);
	border-radius: 3px;
	border: 3px solid rgb(9, 4, 107);
	border-radius: 10px;
}
ul#nav_menu > li:hover ul li a {
	color: rgb(3, 205, 245);
}
ul#nav_menu > li:hover ul li a:hover {
	background: rgb(3, 0, 97);
	padding: 0 5px;
}
#one {
	background-color : rgba(0, 0, 0, 0.825);
	border-style : solid;
	border-color : rgb(37, 26, 255);
	border-width : 10px;
	border-radius : 19px;
}
h3 {
	font-size : 250%;
	text-align : center;
	color : rgb(3, 205, 245);
}
p {
	font-size : 150%;
	text-align : center;
	color : rgb(3, 205, 245);
}
#two {
	background-color : rgba(0, 0, 0, 0.825);
	border-style : solid;
	border-color : rgb(37, 26, 255);
	border-width : 10px;
	border-radius : 19px;
}
