body  {
	text-align: center;
	background-image: url("../img/sfondo.jpg");
	background-repeat: no-repeat;
	background-size:cover;
	font-family: Helvetica, Lucida Bright, Didot, sans-serif;
}

#targhetta {
	margin: 15% 30%;
	line-height: 2;
	background-color:#dbcabd;
	overflow: hidden;
	box-shadow: 0 3px 10px rgb(0 0 0 / 1);
}

hr { max-width: 35%;}
h1 { font-size: 40px; }
a { color: #4f4945; }
