body {
  background: #000;
  color: #fff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 1px;
}


img {
  border: none;
}

.parent {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url('drkiss.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.child {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 84%;
}

.title {
  max-width: 100%;
}