.image {
  display: flex;
  width: 1000px;
}
.image img {
  flex: 1;
  width: 20%;
}
.icon {
  display: flex;
}
.icon img {
  width: 32px;
  height: 32px;
}
.square {
  display: flex;
  width: 100%;
}
.square img {
  width: 200px;
  margin-left: 10px;
}
.rectangle {
  display: flex;
  width: 100%;
  height: 200px;
  overflow: hidden;
}
.rectangle img {
  width: 200px;
  height: 266px;
  margin-right: 10px;
}
.style_128 {
  display: block;
  width: 100%;
  height: 128px;
}
.style_128 img {
  width: 128px;
  height: 128px;
}
.style_64 {
  display: block;
  width: 100%;
  height: 128px;
}
.style_64 img {
  width: 128px;
  height: 128px;
}
