#container {
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
  font-size: 22px;
  
}
figure img {
    max-width: 1000px;
    height: auto;
    margin-top: 30px;
}
figcaption {
  font-size: 22px;
}
figcaption h1 {
  font-size: 22px;
  font-weight: 100;
}
#container > img {
  max-width: 400px;
  margin-top: 30px;
}
img {
  width: 100%;
}
figure {
   margin: 0px;
}
*{
  padding:0;
  margin:0;
}


