body {
	background-color: limegreen;
	margin: 0;
	padding: 0;
}

.boder {
	background-color: #222222;
	padding: 20px 30px;
	max-width: 700px;
	margin: auto;
	color: limegreen;
	font-family: "Courier New";
	min-height: 100vh;
}

h1, h2, h3, h4 {
	text-decoration: underline dotted;
	text-align: right;
}

li {
	text-indent: 20px;
}

p {
	font-size: 13px;
	text-align: justify;
	text-indent: 1px;
}

a,
a:hover,
a:visited {
	color: limegreen;
	text-decoration: underline dashed;
}
