#box1{
	top:200px;
	left:350px;
	position:absolute;
	height:400px;
	width:400px;
	background:url('Croatianflagsign.png');
	background-repeat: no-repeat;
	background-size: 400px 400px;
	opacity:0.5;	
	
}
#box2{
	top:200px;
	left:0px;
	position:absolute;
	height:500px;
	width:500px;
	background:url('slika4.jpg');
	background-repeat: no-repeat;
	background-size: 500px 400px;
	opacity:0.7;	
	
}
#box3{
	top:200px;
	left:600px;
	position:absolute;
	height:500px;
	width:500px;
	background:url('tic-tac-restaurant.jpg');
	background-repeat: no-repeat;
	background-size: 500px 400px;
	opacity:0.7;	
	
}
body{
	background-color:black;
			
}
h1{Color:blue;}
h2{Color:blue;}
h3{Color:blue;}