body{
	margin:0px;
}

#header{
	width:100%;
	height:200px;
	background-color:#369683;
	display: flex;
	align-items: center;
	justify-content: center;
}

#title{
	color:#edcdab;
	text-align:center;
	font-size:100px;
	font-family:"Monaco", monospace;
	filter: saturate(2);
}

#row{
	overflow: hidden;
	height: auto;
}

.colonna{
	width: 33%;
	float: left;
	border-right:3px solid #369683;
	height: 100%;
}

.colonna-last{
	width: 33%;
	float: left;
	height: 100%;
}

.el{
	width:300px;
	height:75px;
	background-color:#CFAF8C;
	text-align: center;
	display: block;
	margin:auto;
	margin-top:25px;
	border-radius:20px;
}

.linkh{
	text-decoration:none;
	font-size:50px;
	font-family: "Gill Sans", sans-serif;
	padding-top:10px;
	position: relative;
	display:block;
	color:white;
}
