body {
	    background-color: black;
	        color: #27e841;
		    font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
}

h1 {
	font-size: 23px;
	font-weight: 700;
        line-height: 16px;
	text-align: center;
}

h2 {
	font-size: 20px;
	font-weight: 700;
	line-height: 16px;
}
			
h3 {
	font-size: 17px;
	font-weight: 700;
	line-height: 16px;
}

h4 {
	font-size: 14;
	font-weight: 700;
	line-height: 16px;
}

p {
	font-size: 14px;
	font-weight: 400;
	line-height: 16px;
}

blockquote {

	font-size: 17px;
	font-weight: 400;
	line-height: 16px;
}

pre {
	font-size: 11px;
	font-weight: 400;
	line-height: 16px;
}
hr {
	background-color: #27e841;
	border: none;
	height: 1px;
	width: 100%;
}

div img {
	    max-width: 350px; 
	    height: auto;
}

a {
  color: #71de80;
}
