body {
 	background-color: #24002d;
 	margin: 2% 20% 2% 20%;
}

h1 {
 	color: #e1bee7;
 	text-align: center;
 	font-family: consolas;
 	box-shadow: 0px 10px 0px #4b1156;
 	/*margin: 2% 20% 5% 20%;*/
}

h2 {
 	color: #c66900;
 	text-align: left;
 	font-family: consolas;
 	box-shadow: 0px 1px 0px #c66900;
 	/*margin: 2% 20% 2% 20%;*/
}

p {
	color: #e1bee7;
 	text-align: left;
	font-family: consolas;
 	font-size: 16px;
	margin: 2% 2% 2% 2%
}

a {
	text-decoration: none;
	color: #c66900;
}

li {
	color: #e1bee7;
	text-align: left;
    font-family: consolas;
	font-size: 16px;
    margin: 2% 2% 2% 2%
}

a:hover {
	text-decoration: underline;
}

.nav{
    list-style:none;
    margin:0;
    padding:0;
    text-align:center;
  	background-color: #24002d;
 	font-family: consolas;
}
.nav li{
    display:inline;
}
.nav a{
    display:inline-block;
    padding:10px;
  	color: #c66900;
  	text-decoration: none;
}

.nav a:hover {
  	background-color: #4b1156;
}

.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
  }

  
figure {
	margin-left: auto;
	margin-right: auto;
  }
  
  figcaption {
	font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
	color: white;
	font-style: italic;
	padding: 2px;
	text-align: center;
  }

footer {
	font-size: 12px;
	color: #e1bee7
}


span{
	font-weight: bold;
	font-size: 20px;
  }