  body {
    	color: #000000;
			background: #003e1f;
			padding: 0;
			margin: 0;
			
		}
		
		header {
			background: url(https://imaginings.neocities.org/images/poppybg.png);
			background-size: cover;
			text-align: center;
			width: 100%;
			height: 10%;
			font-family: 'Cutive Mono', 'Courier New', monospace;
			padding-top: 50px;
			padding-bottom: 100px;
			color: #ffffff;
		}
		
		#title {
			font-size: 65px;
			font-family: 'Cutive Mono', 'Courier New', monospace;
			display: inline-block;
			font-weight: normal;
			line-height: 80px;
			text-shadow: 5px 2px 5px #ce5858;
			margin: 0;
			padding: 0;
		}
	
		#prof-des {
			margin: 10px auto auto auto;
			max-width: 400px;
			background: #ffffff;
			color: #000000;
			border-radius: 5px;
			box-sizing: border-box;
			border: 1px solid #32b3bc;
			padding: 15px;
			font-family: 'Fira Sans', sans-serif;
			font-size: 13px;
		}
		
		#content {
			max-width: 900px;
			margin: 40px auto;
			background: #8FBC8F;
			padding: 25px 10px;
			box-sizing: border-box;
			border-radius: 15px;
		}
		
		.nav {
			width: 100%;
			background: #3f3f3f;
			position: -webkit-sticky;
			position: sticky;
			top: 0;
			margin: 0 auto;
			text-align: center;
			font-family: 'Cutive Mono', 'Courier New', monospace;
			border-width: 1px 0 0 0;
			border-style: solid;
			border-color: #32b3bc;
		}
		
		.nav ul {
			margin: 0 auto;
			padding: 17px 0 8px 0;
			max-width: 900px;
		}
		
		.nav li {
			margin-left: 3%;
			margin-right: 3%;
			
		}
		
		.nav a {
			font-size: 17px;
			color: #ffffff;
			text-decoration: none;
			text-transform: uppercase;
		}
		
		.page {
			display: inline-block;
		}
		
		.post {
			background-color: white;
			box-sizing: border-box;
			width: 100%;
			padding: 10px 30px 10px 30px;
			font-family: 'Fira Sans', sans-serif;
		}
		
		.post p, .post li {
			border-style: none none none solid;
			border-width: 0 0 0 2px;
			border-color: #32b3bc;
			font-family: 'Fira Sans', sans-serif;
			font-size: 14px;
			margin: 0 0 0 25px;
			padding: 5px 0 5px 20px;
			text-align: justify;
			line-height: 22px;
		}
		
		.post-title {
			font-family: 'Cutive Mono', 'Courier New', monospace;
			font-size: 25px;
			font-style: italic;
			margin: 0;
			color: #000000;
		}
		
		a {
			color: #ce5858;
		} 