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;
}

.domov {
	float: left;
}
.domov::after {
	content: "Domov";
}

.code-block {
	background-color: #312d2d;
	padding: 2px 10px;
	border-radius: 5px;
	margin: 15px 0;
}

h1, h2, h3, h4 {
	text-decoration: underline dotted;
}

h1 {
	text-align: right;
}

li {
	text-indent: 20px;
}

p {
	font-size: 13px;
	text-align: justify;
	text-indent: 1px;
}

:any-link {
	color: limegreen;
	text-decoration: underline dashed;
}
a:hover {
	font-weight: bold;
}
a:visited {
	color: green;
}

img {
	max-width: 650px;
}