h1,h2,h3,h4,h5,h6,h7{
  font-family:'Corinthian W01 Bold',Helvetica,sans-serif;;
  font-size:2rem;
  font-weight:bold;
}

body{
  font-family:'Applied Sans W01 Regular',monaco,monospace;
  font-size:0.75rem;
  background-color:#e8ebea;
  display:flex;
  justify-content:center;
  align-items:center;
  height:100vh;
  width:100vw;
  //background-image: url("https://assets.codepen.io/184881/papa-background-2.jpg");
  background-image: url("papa-background-2.jpg");
  background-size:cover;
  background-position:center center;
}

.message{
  padding:60px;
  min-height:100px;
  background-color:white;
  box-shadow:0px 10px 20px rgba(0,0,0,.1);
}
