div.text
{
	width:70%;
	padding:20px;
	background-color:rgba(255,255,255, 0.5);
	box-shadow:0px 0px 30px black;
	border-radius:10px;
	margin-left:10px;
}
b{
	font-size:2em;
}


div.fundal
{
	width:100%;
	height:100%;	
	top:0;
	left:0;
	position:absolute;
}

div.fundal:before
{
	content:'';
	background-image:url(mate.jpg);
	width:100%;
	height:100%;
	position:absolute;
	z-index:-1;
	background-repeat:no-repeat;
	background-size:cover;
	opacity:0.5;
}