body {
  background: #333;
  display: flex;
  height: 100vh;
  align-items: center;
  justify-content: center;
  margin: 0;
}
body img {
  width: 100px;
}