html {
  min-height: 100%;
  background: linear-gradient(to bottom right, #a6c8ff, #e0f3ff);
  overflow-x: hidden;
}

body {
  font-family: Arial, sans-serif;
  margin: 0;
  color: #222;
  overflow-x: hidden;
}

.container {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}

h1, h2, h3 {
  color: #003366;
  text-align: center;
}

h1 {
    margin-top: 20px;
    font-size: 35px;
}

h2 {
    margin-top: 20px;
    font-size: 27px;
}

h3 {
    margin-top: 20px;
    font-size: 22px;
}

.blocco {
  display: flex;
  flex-direction: column;   
  align-items: center;
  gap: 20px;
  margin: 20px 0;
}

.blocco p {
    text-align: justify;
    font-size: 24px;
    padding-left: 15px;
    padding-right: 15px;
}

.blocco picture {
    width: 100%;
}

.blocco picture img {
    width: 100%;
    display: block;
}

p {
  text-align: justify;
  margin: 20px 0;
}

@media (min-width: 768px) {
  .blocco {
    flex-direction: row;  
    align-items: center;
  }

  .blocco img {
    width: 150px;
    max-width: none;
  }

  .blocco.invertito {
        flex-direction: row-reverse;
  }

  .blocco p{
    font-size: 20px;
  }
  
}

footer {
  background-color: #003366;
  color: white;
  text-align: center;
  padding: 10px;
  margin-top: 20px;
}

footer a {
  color: white;
  text-decoration: none;
}

footer a:hover {
  text-decoration: none;
}

.ul-1 {
    list-style-position: inside;
    padding-left: 0;
    text-align: center;
    margin: 0;
}

footer p{
  text-align: center;
}
