body.fish {
	background-image:url('pozadina2.jpg');
	background-size:cover;
	background-attachment:fixed;
}
h2 {
	text-align:center;
	font-family:'Gloria Hallelujah', cursive;
	color:orangered;
	font-weight:bold;
}
.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;
 }


 
 

.row {width:100%;}
/*.col {max-width:33%;}*/

/*responsive*/
 @media only screen and ( max-width:580px ) {
  
.drag {
  height:63px;
 } 
 }
