body {
  margin: 0;
  background-image: url("dinosaur-plush-toy.jpg");
  background-position: calc(70% + 100px) calc(100vh - 350px);
  background-size: 350px;
  background-repeat: no-repeat;
  font-family: Helvetica, sans-serif;
}
.outer {
  font-size: 30pt;
  font-weight: 700;
  text-align: center;
  width: 100%;
  position: absolute;
  top: 30%;
}
