header {
	text-align: center;
	border-style: solid;
	border-width: 2px;
	background-color: #1C1C2E;
	font-weight: bold;
	color: white;
	ul {
		list-style: none;
		display: flex;
		padding: 5;
		justify-content: center;


	}
li {
		padding: 0 10px;
		border-right: 1px solid white;
	}
li:last-child {
		border-right: none;
	}
}
* {
	font-family: sans-serif; 
}
a:link, a:visited, a:hover, a:active {
	text-decoration: none;
	color: inherit;
}
body {
	background-color: #33343d;
}
main {
	border-style: solid;
	border-width: 2px; 
	background-color: #1C1C2E;
	color: white;
	padding-left: 100px;
	padding-right: 100px;
}
h1 {
	text-align: center;
	font-size: 50px;
	text-transform: uppercase;
}
p { 
	font-size: 25px;
	font-weight: 100;
}
.descript {
	text-align: center;
	font-size: 15px;
	font-weight: 100;
}
#recentimg {
	display: flex;
	justify-content: center;
	align-items: center;
}
footer {
	border-style: solid;
	border-width: 2px; 
	background-color: #1C1C2E;
	color: white;
	padding-left: 100px;
	padding-right: 100px;
	text-align: center;
}
.plist {
	font-size: 25px;
	font-weight: 100;
}
.gallery {
	width: 300px;
	height: 300px;
	clear: both;
}
.gallery > div {
	width: 100px;
	height: 100px;
	float: left;
	line-height: 125px;
	text-align: center;
}
.gallery > div > img {
	display: inline-block;
	vertical-align: middle;
	max-width: 80%;	
	max-height: 80%;
	}

