@charset "utf-8";

body {
	width: 100%;
	margin: 0;
	padding: 0;
	background: #f5f5f5;
	
	}

.biglietto {
	width: 320px;
text-align: center;
	margin-top: 200px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;

}

.nome {
	font: 2em 'Patua One', cursive;
	}
	
	
.qualifica {
	font: 1em 'Raleway', sans-serif;
	}
.contatto {
	font: 0.8em 'Raleway', sans-serif;
	margin-top: 20px;
	}
.contatto a:link, .contatto a:visited {
	text-decoration: none ;
	color:#600;	
	} {
	text-decoration: none ;
	color:#600;	
	}

.contatto a:hover {
	text-decoration: none ;
	color:#000;	
	}

.costruzione {
	margin-top: 20px;
	font: 1em 'Patua One', cursive;	
	
	}