html,body{
	margin:0;
	padding:0;
	font-family: 'Catamaran', sans-serif;
	font-size:1em;
}


body{
	background-color: white;
	color:#707172;
}

@font-face {
	font-family: 'Catamaran', sans-serif;
}






.tondo-img{
	width: 300px;
	height: 190px;
	background-color: rgba(13, 126, 148, 0.8);
	border-radius: 50%;
	font-size: 1.5em;
	color: white;
	padding-top: 110px;
	top: 250px;
	left: 5vw;
	position: absolute;

}

.tondo-img p{
	margin: 0;
}

.button,
.button1,
.button2,
.button3,
.button4{
	position: relative;
	color: white;
	width: max-content;
	height: 33px;
	border-radius: 20px;
	margin: 0 auto;
	background-color: #204192;
	text-align: center;
	line-height: 36px;
	top: 10px;
	font-size: 1.3em;
	padding: 0px 12px;
	cursor: pointer;
}

.button:hover{
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
   	transition: 0.1s ease;

}

