@charset "utf-8";
/* CSS Document */

#pojemnik_global{
	position: relative;
	margin: 0 auto;
	width: 1000px;

	background-image:url(../img/szuflada_wopracowaniu.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	background-size:contain;
}

/*powrót*/
a {
	display:block;
	position:relative;
	top:670px;
	font-family: 'Pinyon Script', cursive;
	font-size: 66px;
	text-decoration:none;
	margin-left:80px;
	color: rgba(255,255,255,1);
	opacity: 0.7;
	transition: 0.5s;
}

a:hover { 
	opacity: 1;
	text-shadow:5px 5px 3px #666;
}