article, footer, header, nav, section, video { 
	display:block; 
	} 

header {
	background-image:url('../images/RPG jump.jfif');  
	background-repeat:no-repeat; 
	background-position:center;
	height: 300px;
	margin-bottom:10px
	background-color: #FFFFFF;  
	} 	
	
body {  
	margin:0;  
	padding:0;  
	font-family: 'Shadows Into Light', cursive;
	font-size:16px; 
	} 	
	
#container {  
	width: 90%; 
	padding:10px;  
	margin: 0 auto;  
	text-align:left;  
	margin-top: 20px;  
	margin-bottom: 20px; 
	border:5px solid #000000;  
	background-color: purple;
	-moz-border-radius: 20px 20px 20px 20px;  
	-webkit-border-radius: 20px 20px 20px 20px;  
	border-radius: 20px 20px 20px 20px;
	} 

nav {
	overflow: hidden;
	background-color: #333;
	width: 100%;
	margin: 0 0 10px 0
	}

nav a {
	float: left;
	display: block;
	color: #F6D7F6;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
	font-size: 17px;
	-moz-border-radius: 20px 20px 20px 20px; 
	-webkit-border-radius: 20px 20px 20px 20px; 
	border-radius: 20px 20px 20px 20px;
	}

nav a:hover {
	background: #ddd;
	color:black;
	}

#content {  
	display: table;
	width:100%;  
	border-top: 1px solid #000; 
	}  
	
section {  
	display:table-cell;  
	width:40%;  
	background-color: #D7E4F6;  
	padding:10px;
	-moz-border-radius: 20px 20px 20px 20px; 
	-webkit-border-radius: 20px 20px 20px 20px; 
	border-radius: 20px 20px 20px 20px; 	
	} 
	
article {  
	display :table-cell;  
	background-color:#E5D7F6;  
	color:#CF69FF;  
	font-size:14px;  
	margin:0px;  
	padding:10px; 
	-moz-border-radius: 20px 20px 20px 20px; 
	-webkit-border-radius: 20px 20px 20px 20px; 
	border-radius: 20px 20px 20px 20px; 
	}

footer {
	height:30px;  
	padding:5px;  
	text-align:center;  
	font-size: small;  
	background-color:#56D65F;  
	-moz-border-radius:  15px 15px 15px 15px;  
	-webkit-border-radius: 15px 15px 15px 15px;  
	border-radius:  15px 15px 15px 15px; 
	}