body {
    	background-image: url('security_camera.jpg');
    	background-size: cover;
    	background-position: center;
    	background-repeat: no-repeat;
	font-family: "Trebuchet MS", "Helvetica", Sans-serif;
	color: Azure;
}

.odstavec1 {
	display: inline-block;
	background-color: rgba(0, 0, 0, 0.5);
	padding: .1em .1em;
}

a {
	font-weight: bold;
	color: DarkSlateGrey;
}

a:hover {
  color: DarkSlateBlue;
}

h2 {
    	color: Azure;
	font-size: 40px;
    	/*text-shadow: 
        	-1px -1px 0 #000,  
        	1px -1px 0 #000,
        	-1px 1px 0 #000,
        	1px 1px 0 #000;*/
	-webkit-text-stroke: 2.2px black;
}
