@import url('https://fonts.googleapis.com/css2?family=Abel&display=swap');

body {
  background-color: silver;
  font-family: 'Abel', sans-serif;
}

h1 {
  color: navy;
  margin-left: 20px;
}

h2 {
  color: #555555;
  margin-left: 20px;	
}

a {
  text-decoration: none;
  font-size: 40px;
  font-weight: bold;
  color: #5E2F5E;
  margin: 10;
}

.corrente {
  text-decoration: none;
  font-size: 50px;
  font-weight: bold;
  color: #555555;
}

a:hover {
  background-color: #203040;
  color: white;
}


.contenuto {
  border: 5px double silver;
  background-color: white;
  text-align: left;
  margin-left:auto;
  margin-right:auto;
  width: 70%;
  padding: 10px;
  font-size: 35px;
}

