body.fish {
	background-image:url('pozadina.jpg');
	background-size:cover;
	background-attachment:fixed;
}
h2 {
	text-align:center;
	font-family:'Gloria Hallelujah', cursive;
	color:orangered;
	font-weight:bold;
}
/*.col {
	flex-basis: 0;
    flex-grow: 1;
    max-width: 10%;
}
.col-6 (
    flex: 1 0 0%;
    max-width: 80%;
}*/
.row {margin-left:0px;}
.instrukcije { /*display:inline-block;*/ 
        width:100%; 
        height:100%; 
        margin:auto;
        display:block; 		
		border:5px solid green;
		border-radius:20px;
		margin-bottom:10px;
		background:aliceblue;
		text-align:center;
        /*flex:33%;*/
}
 a {
	 color:green;
	 font-size:5vmin;
	 line-height:1;
 }

.reklame {
    text-align:center;
}
 
 

.row {width:100%;}
/*.col {max-width:33%;}*/

