body, html {
  height: 100%;
    font-family: 'Noto Sans', sans-serif;
}

.bg {
  /* The image used */
  background-image: url(../images/unsplash/background.jpg);

  /* Full height */
  height: 100%;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.imgIndex {
    padding-top: 300px;
    padding-left: 5px;
    width: 20%;
    height: auto;
}

#logo {
width: 100%; /* devi specificarlo */
margin: 0 auto; /* per centrare nel blocco superiore */
}

h1 {
color: orange;
    
}