body {
  background-color: lightgray;
  text-align: center;
}
h1 {
	color:blue;
	border:solid 2px brown;
	background:#ccddff;
	font-family: Segoe Print;
}
table{
	margin-left: 260px;
	background-color: blue;
}
.uefa{
	color:blue;
	padding:10px;
	}
#naslov{
	color:white;
	text-decoration:underline;
	text-align:center;
	}	
#nekineki{ 
	color:blue;
	text-decoration:underline;
	text-align:center;
	}
img{
	border:4px solid #002147;
	border-radius:15px;
	padding:5px;
	box-shadow:0 0 15px rgba(0,0,0,0.2);
}
nav {
    background-color: #333;
    padding: 10px;
}

nav ul.menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

nav ul.menu li {
    display: inline;
    margin-right: 20px;
}
nav ul.menu li a {
    color: white;
    text-decoration: none;
    font-weight: bold;
}
nav ul.menu li a {
    color: white;
    text-decoration: none;
    font-weight: bold;
}

nav ul.menu li a:hover {
    color: yellow;
    text-decoration: underline;
}

nav ul.menu li a:visited {
    color: lightgray;
}

nav ul.menu li a:active {
    color: orange;
}
.vsebina {
    width: 80%;
    background-color: white;
    margin: 30px auto;
    padding: 20px;
    border: 3px solid brown;
	box-sizing: border-box;
}
.slika-float {
    float: right;
    margin: 10px;
}
img.levo {
    float: left;           
    margin-right: 20px;    
    margin-bottom: 10px;   
    max-width: 40%;       
}

img.desno {
    float: right;          
    margin-left: 20px;
    margin-bottom: 10px;
    max-width: 40%;
}
