section {
  width: 100%;
  height: 400px;
}

.section1 {
  background: #d7d7d7;
}

#area {
  width: 200px;
  height: auto;
  margin: auto;
}
#area img {
  width: 100%;
}

.section3 {
  background: #e4bebe;
}