html {
  font-size: 100%;
}
body {
  background-color: white;
}
h1 {
  color: #95989A;
  font: 6rem/3rem futura, sans-serif;
  text-align: center;
}
p {
  color: #95989A;
  font: 100 2.8rem "Gill Sans", sans-serif;
  text-align: center;
}
div.strip {
  background-color: #FDF0F0;
  position: absolute;
  left: 0;
  top: 25%;
  width: 100%;
  z-index: -1;
}
@media only screen and (max-width:600px) {
  h1 {
    font-size: 16.7vw;
    line-height: 50%;
  }
  p {
    font-size: 8vw;
  }
}
