html {
	padding-top: 20px;
	background: linear-gradient(#713c13, #3f1c00) no-repeat fixed;
	margin-bottom 500px;
}
body {
	color: white;
	font-size: 20px;
	background: #3f1c00;
	margin: auto;
	border-radius: 50px;
	padding: 30px;
	width:90%;
	max-width: 900px;
	word-wrap: break-word;
}

h1{
	color: #f5c344;
}

h2{
	color: #f5c344;
}

a:link {
	color:#00ff00;
	background-color: transparent;
	text-decoration: none;
}

a:visited {
	color:#00ff00;
	background-color: transparent;
	text-decoration: none;
}

a:hover {
	color:#00aaff;
	background-color: transparent;
	text-decoration: underline;
}

a:active {
	color:#aa00ff;
	background-color: transparent;
	text-decoration: underline;
}


/* code and pre are for formatting monospace text commands. Use code generally,
 * but pre is for separate code blocks. pre is also sensitive to whitespace,
 * unlike most of HTML. */
code {
	color: #f5c344 ;
	border-radius: 5px ;
}
pre {
	background: #111222 ;
	border: 1px solid #f5c344 ;
	border-radius: 20px ;
	padding: 1em ;
	white-space: pre-wrap;
	overflow-wrap: break-word ;
	width:80%;
	max-width: 600px ;
	margin: auto ;
}

blockquote {
	background: #111222 ;
	font-size: 17px;
	border: 1px solid #f5c344 ;
	border-radius: 20px ;
	padding: 1em ;
	max-width: 600px ;
	margin: auto ;
}
