body {
  background-color: lightblue;
  margin: 20px
}
  
th.titolo {
  text-align: center;
  font-size: 40px;
  padding: 20px;
  background-color: blue;
  color: white;
}

th {
  font-family: verdana;
  text-align: center;
  font-size: 20px;
  color: black;
}

td {
  font-family: verdana;
  text-align: center;
  font-size: 20px;
}

p {
  font-family: verdana;
  text-align: center;
  font-size: 25px;
}

td img {
  width: 400px;
  height: auto;
  border-radius: 8px;
}
  
  