/* Sekcije */
html {
	background-image: url("res/bg.jpg");
	background-repeat: repeat;
	padding: 0.5em;
}
body {
	padding: 1em;
	margin: auto;
	max-width: 30em;
	background-color: black;
	color: white;
	font-family: serif;
}

/* Tekst */
h2 { text-align: center; }
h3 { clear: both; }
p { text-align: justify; }
a:link, a:visited { color: #e22; }

/* Kul liste */
ul li {
	list-style-type: none;
	text-indent: -2em;
}
ul li::before {
	content: '';
	display: inline-block;
	background-image: url('res/dagger.png');
	background-size: contain;
	background-repeat: no-repeat;
	padding: 1em;
	padding-top: 0;
	vertical-align: middle;
}

/* Blokovi */
img {
	max-height: 15em;
	margin: auto;
}
.center {
	margin: auto;
	text-align: center;
	display: block;
}
.right {
	float: right;
	margin-left: 1em;
	margin-bottom: 1em;
	max-width: 40%;
}

/* Unos */
label { margin-right: 0.4em; }
input { margin-bottom: 1em; }
button {
	background-color: white;
	padding: 1em;
	margin: 1em;
}
