body {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	
	/*background: linear-gradient(#623462, #3b1c3b);*/
	
	background: linear-gradient(#138e1c, #08370b);
	
	background-image: url("ljubicasta_extra.jpg");
	
	 background-position: center; /* Center the image */
 	 background-repeat: no-repeat; /* Do not repeat the image */
 	 background-size: cover; /* Resize the background image to cover the entire container */

}