html, body {
  text-align: center;
}

div.journeyTestHolder {
  width: 500px;
  height: 700px;
  display: inline-block;
  position: relative;
  border: 1px solid black;
  text-align: center;
}

div#qrCode {
  display: inline-block;
  width: 200px;
  height: 200px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 76px;
  margin: auto;
}

div#qrCode img {
  width: 100%;
  height: 100%;
}

button#completeExperienceButton {
  visibility: hidden;
  position: relative;
  top: 151px;
}

p#welcomeText {
  position: relative;
  top: 60px;
}