<style>
.container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 500px;
  background-color: yellow;
}
img {
  width: 256px;
}
</style>