body  {
	background-image: url("assi_verticali.jpg");
	background-size:100%;
}

.passaporto {
	margin: auto;
	background-image: url("mondo_mappa.jpg");
	border-width:10px;
	border-style: solid;
	border-color:black;
	width: 70%;
	background-size:cover;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 20px;
	
}

.transbox {
	margin: none;
	border: none;
	background-color: rgba(255, 255, 255, 0.6);
	width: 100%;
	border-radius: 20px;
	
}

header {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

header div {
	margin-left: 17px;
	margin-right: 17px;
}

.main{
	display: flex;
	flex-direction: row;
}

.fototessera {
	flex:1;
}

.informazioni {
	flex: 2;
	display:flex;
	flex-direction: row;
}

.scritte_informazioni {
	flex: 2;
}
.bottone_autorità {
	flex: 1;
	align-items: center;
	padding-right: 20px;
}

.nome_elisa {
	margin-bottom: 30px;
}

.titolo {
	
	font-size: 13px;
	font-weight: bold;
	
}
.risposta {
	 
	font-size: 18px;
	
	
}
.immagine_gufo {
	display:block;
	width:80%;
	margin-left: auto;
	margin-right: auto; 
	border-style:solid;
	border-color:black;
}

.scritta_fototessera {
	text-align: center;
	font-size: 18px;
}


.button {
	width: 75%;
	margin-top:20px;
	margin-bottom:20px;
	padding: 6px;
	height: 100px;
	background-color: blue;
	border-style: solid;
	border-width: 5px;
	border-color: lightblue;
	color: white;
	cursor: pointer;
	border-radius: 8px;
	opacity: 0.6;
	font-size: 19px;
	word-break: break-all;
}

.button:active {
	background-color: white;
	color: blue;
}

.button:hover {
	opacity: 0.4;
} 


.fondo {
	margin: auto;
	width:90%;
	padding:10px;
	line-height: 12px;
	
}

.freccette{
	font-size: 20px;
	word-break: break-all;
}