body{
	background-color:blue;
	color:red;
}
div {
	display: flex;
	justify-content:space-between;
	background-color: #D1CBCB;
	border: solid;
	border-color: black;
	border-width:2px;
	padding:10px;
}
div#bootninja{
	display:block;
}
div#Archaviator{
	display:block;
}
div#main{
	#flex:2;
	box-sizing:border-box;
	width:800px;
}
a {
	text-decoration: none;
	color:blue;
}
a:hover{
	text-decoration:underline;
}
a:visited{
	color:black;
}
h1{
	text-align:center;
	width:800px;
}
ul{
	list-style: none;
}
li{
	padding: 5px;
}
