@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Text:ital@0;1&family=Limelight&display=swap');
a {
	font-size:20pt;
	line-height:5px;
	
}

a:visited {
	
}
a:link {
	text-decoration:none;
	color:darkred;
}

a:hover {
	
}

nav {
	
	height:30px;
	width:100%;
	background-color:darkorange;

	padding:10px;
	line-height:50px;
	
	text-align:center;
}

p {
	text-align:left;
	font-size:14pt;
	line-height:40px;
	color:white;
	font-family:DM Serif Text;
	text-shadow:5px 8px 5px orange;

}

body {
	background-color:orange;
	margin:0px;
	
}

header {
	width:750px;
	height:125px;
	background-color:#ffc861;
	border-radius:10px;
	text-align:center;
	line-height:50px;
	margin:auto;
}

article {
	width:50%;
	height:400px;
	background-color:#bd5800;
	margin:auto;
	border-radius:20px;
	padding:10px;
}

footer {
	background-color:#bd5800;
	width:50%;
	height:50px;
	border-radius:10px;
	font-size:30pt;
	clear:both;
	margin:auto;
}

div {
	height:20px;
	width:10px;
	
}

h1 {
	font-size:30pt;
	line-height:100px;
	color:orange;
	font-family:Limelight;
}

h2 {
	
}

ul {
	
	
}
li {
	list-style-type:disc;
	line-height:10px;
	font-size:25pt;
	
}
img {
	background-color:white;
	width:500px;
	height:300px;
	border-radius:12px;
	margin:4px;

}

aside {
	width:50px;
	height:50px;
	background-color:white;
	
}
section {
	margin:auto;
	text-align:center;
}