body {
  background-color: lavenderblush;
  font-family: sans-serif;
  text-align: center;
}
.list {
  display: inline-block;
  text-align: left; /* keeps the items nicely aligned */
}

img {
  max-width: 300px;
  border: 2px solid pink;
  border-radius: 10px;
}