body, html {
  margin: 0;
  padding: 0;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.wrapper {
  text-align: center; /* Centers inline content */
}

img {
  border-radius: 50%;
}