@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Limelight&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap');

body{
	background-image: url("forest.jpg");
}
header {
	margin: auto;
	text-align: center;
	width: 1200px;
	height: 270px;
	background-color: #172601;
	color: #ffffff;
	background-image: url("me.png");
	background-size: 400px;
	background-repeat: no-repeat;
	border: solid #000000 5px;
	box-shadow: 5px 5px 5px #000000;
}
h1 {
	font-family: LimeLight;
	font-size: 30pt;
	float: right;
	padding: 70px;
}
h2 {
	padding: 10px;
	font-size: 25pt;
	font-family: "Limelight";
}
nav {
	margin: auto;
	height: 800px;
	width: 300px;
	line-height: 30px;
	text-align: left;
	background-color: #403821;
	font-family: "Limelight";
	font-weight: bold;
	box-shadow: 5px 5px 5px #000000;
	float: left;
	border: solid #000000 5px
}
section {
	margin: auto;
	width: 1170px;
	height: 100%;
}
article {
	width: 500px;
	height: 760px;
	padding: 20px;
	box-shadow: 5px 5px 5px #000000;	
	background-color: #F2E6D0;
	border: solid #000000 5px;
	font-family: Quicksand;
	font-weight:500;
	overflow: auto;
}
table {
	width: 500px;
	margin: auto;
}
th {
	background-color: #274001; 
	font-size: 10pt;
	color: #ffffff;
	height: 25px;
}
td {
	font-size: 10pt;
	background-color: #D9B596;
	text-align: center;
}
aside {
	background-color: #403821;
	width: 300px;
	height: 800px;
	float: right;
	box-shadow: 5px 5px 5px #000000;
	border: solid #000000 5px;
	overflow: auto;
}
figure {
	text-align: center;
	margin: auto;
}
figcaption {
	margin: auto;
	background-color: #F2F2F2;
	width: 70%;
	border-radius: 10px;
}
p {
	text-align: justify;
	font-size: 12pt;
	font-family: Quicksand;
	font-weight: 500;
}
span {
	font-size: 15pt;
	font-family: "Limelight";
}
img {
	width: 250px;
	clear: both;
	padding: 10px;
	border-bottom-left-radius: 25px;
	border-bottom-right-radius: 25px;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
}
a {
	text-decoration: none; 
	color: #F2E6D0;
	padding: 10px;
	line-height: 50px;
}
a:hover {
	color: #000000;
	border-radius: 10px;
	background-color: #F2C48D;
}