/* css for wportafolio website  */
/* Inspired by android app styleof card */
*
{
	color: rgb(0, 0, 128);
}
html
{
	width: 100%;
}
nav
{
	color: rgb(0, 0, 128);
	background-color: rgb(183, 246, 229);
	width: 100%;
	text-align: center;


} 
.container 
{
	display: inline-block;
	text-align: center;
	width: 100%;
	background-color: rgb(183, 246, 229);
}
.text 
{
	display: block;
	text-align: center;
	width: 30%;
	margin-left: auto;
	margin-right: auto;


}
.intro
{
	text-align: center;
	display: inline-block;
	width: 20%;
	background-color: rgb(183, 246, 229);

}
.intro h1
{
	display: block;
	position: relative;	
}
.intro p
{
	display: block;
}
#binaryTree
{
	display: inline-block;
}
#petersen
{
	display: inline-block;
}
nav > a
{
    display: inline-block;
	font-size: 170%;
	color: rgb(0, 0, 128);
	vertical-align: middle;
	margin:0px 5% 0 5%;

}
body
{
	width: 100%;
	background-color: rgb(186, 223, 246);
}
h2
{
	text-align: center;
}
