body {
  background-color: #121212;
}

.wrap {
  top: 50%;
  left: 50%;
  max-width: 450px;
  position: absolute;
  transform: translate(-50%, -50%);
  color: antiquewhite;
  text-align: center;
}

img {
  width: 200px;
  margin: 0 auto;
}

p {
  margin-top: 30px;
}