img {
  display: block;
  width: 50%;
}
.padre {
  display: flex;
  justify-content: center;
}
body {
  background-color: #2D2E35;
}