body {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.container {
  margin: 0 auto;
  text-align: left;
}

img {
  height: 200px;
  width: auto;
  margin: 10px;
}
