
article, footer, header, nav, section, video {display:block;} 
	
#container {  
	width: 90%; 
	padding:px;  
	margin: 0 auto;  
	text-align:center;  
	margin-top: 20px;  
	margin-bottom: 20px; 
	border:5px solid #000000;  
	border: 12px solid #000;
	border-radius: 54px;
	} 

body { 
	text-align:center;  
	margin:3px;  
	padding:0;  
		  font-family: "copperplate gothic bold", cursive;
  font-weight: <weight>;
  font-style: normal;
	text-shadow: 1px 1px #CEA2FD;
	
	} 	

nav {
	overflow: hidden;
	background-color: #333;
	width: 100%;
	margin: 0 0 10px 0;
	border-radius: 20px;
}
nav a {
	float:left;
/* 	display: block; */
	color: #fff;
/* 	text-align: center; */
	padding: 14px 16px;
	text-decoration: none;
	font-size: 14px;
	}

nav a:hover {
	background: #ddd;
	color: black;
	}
	
section {  
/* 	display:table-cell;   */
	width:40%;  
	background-color: #FFF;  
	padding:10px 10px 0 10px; 
	font-size:16px;  
	} 

#heading {
	font-family: 'copperplate gothic thin', serif;
	font-size:5vw;
	color:rgb (211, 196, 196);
	padding:0;  
	margin: 0 ;  
	text-align:center;
	text-shadow: 2px 2px #663399;
		}

article {
	background-color:#4F666C;
	color:black;
	font-size:16px;
	margin:2px;
	padding:10px;
	border-radius:20px;
	  font-family: "copperplate gothic thin", cursive;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
	text-shadow: 1px 1px #8A2BE1;
	
}

h2{
	font-family: "Carrois Gothic", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:21px;
	text-shadow: 1px 2px #D399E6;
	}
	footer{
		font-family: 'copperplate gothic thin', serif;
	font-size:21px;
	text-shadow: 1px 2px #D399E5;
	}
	h1{
	text-align:center;
	font-family: "Carrois Gothic", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:21px;
	text-shadow: 1px 2px #D399E6;
	font-color:#000;
	}
figure{
float:right;

}

	
	
	