* {
  margin: 0;
}

h1 {
  font-size: 5em;
  text-align: center;
  width: 100%;
  margin-top: 200px;
  font-family: Helvetica;
}

#container {
  width: 100%;
  height: 1000px;
  margin-top: 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#motif {
  height: 400px;
  width: 90%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 20px;
  background-image: url(motifphoto.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-bottom: 80px;
  box-shadow: 0px 0px 49px -12px rgba(0,0,0,0.68);
}

#cappricio {
  height: 400px;
  width: 90%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 20px;
  background-image: url(cappricio.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0px 0px 49px -12px rgba(0,0,0,0.68);
}

h2 {
  font-size: 4em;
  font-weight: 100;
  font-family: 'Lato', sans-serif;
  color: white;
  text-align: center;
}

h1 {
  font-weight: 100;
  font-family: 'Lato', sans-serif;
}
