@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background: #022d61;
	font-family: "Lato", sans-serif;
}

*{
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	box-sizing: border-box;
}

.tessera{
	/*border:1px solid red;*/
	position: absolute;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;
}

#puzzleBkground{
	position:absolute;

	background-size: 100% 100%;
	opacity: 0.4;
	filter: blur(4px);
}

#puzzle{
	box-shadow: 2px 2px 10px 2px #000;
	background: #fff;
}

#esterno{
	position: absolute;
	height: 1080px;
	width: 1920px;
	margin: 0;
	padding: 0;
	border: 0;
	border: 0.1rem solid #fff;
	overflow: hidden;
}

#cont{
	position: absolute;
	height:100%;
}

#info{
	position: absolute;
	z-index: 100;
	display: flex;
	align-items: center;
	justify-content: center;
}

.info1, .info2, .info3{
	position: absolute;
	padding: 0 2%;
	color: #fff;
}

.info1{
	width: 30%;
	left: 0%;
	font-weight: 300;
	font-size: 1.4rem;
}

.info1 img{
	width: 80%;
}

.info2{
	width: 40%;
	left: 30%;
	font-weight: 700;
	font-size: 2rem;
	text-align: center;
}

.info3{
	width: 30%;
	left: 70%;
	top: 15%;
	height: 70%;
	text-align: center;
}

.info3 img{
	height: 100%;
	border:1px solid white;
}
