body{
	background-image:url("../immagini/gifsfondo.gif");
	 background-repeat: no-repeat;
	 background-size: cover;
	background-position: center;
}

#home {
	 font-family: Century Gothic;
	 text-align: center;
	 color: white;
	 font-size: 50px;
}
#nome {
	 font-family: Century Gothic;
	 text-align: center;
	 color: white;
	 font-size: 20px;
}

#text {
	font-family: Century Gothic;
	 text-align: center;
	 color: white;
}

.esercizio{
	font-size: 12px;
	letter-spacing: 1px;
	color:black;
	padding:30px;
	border-radius:13%;
	text-decoration: none;
	border:1px solid black;
	box-shadow: 0 0 10px black;
	transition: .7s;
}

.esercizio:hover{
	border:1px solid lightgrey;
	background-color:black;
	color:white;
	box-shadow: 0 0 5px white, 0 0 10px black;
}

.center {
  margin-left: auto;
  margin-right: auto;
}


table{
	border-style:hidden;
	border-collapse: collapse;
	text-align:center;
}

