main {
  background-image: url("CATALOGOSOELMA-Immagine-000.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  top:0;
  bottom: 0;
  height: 1100px;
  padding: 25px;
}

footer {
  background-color: white;
  padding: 10px;
}

.container {
  background-color:white;
  padding: 25px;
  margin: 20px;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
}

a {
  text-decoration: none;
}

.foto {
  margin-top: 0;
  padding: 20px;
}

.titolo1 {
  font-size: 30px;
  font-weight: lighter;
}

body {
  font-family: 'Ubuntu', sans-serif;

}
