body {
	overflow: hidden;
}

h1 {
	text-align:center;
	text-shadow: 2px 2px 0px grey;

}
a:link {
	color: black;
}
::selection {
	background-color: lightgrey;
	color: black;}
img {

	margin-bottom: 3rem;
}
.konteineris{
	display: grid;
	grid-template-columns: auto auto;
	justify-content: center;
	align-items:center;
	height: 100vh;
}
.izvelne {
	width: 400px;
	height; 300px;
	text-align: center;
	margin:0 auto;
	border: 5px solid black;
	margin-bottom: 3rem;
}
.izvelne ul {
	text-decoration: none;
	list-style-type: none;
	padding-left: 0px;
	text-shadow: 2px 2px 5px grey;
	
}
.izvelne ul li {
	margin-bottom: 10px;

}

