@charset "utf-8";
.under{
  font-family: 'Pinyon Script', cursive;
  font-size: 18.5em;
  /*color: #d3cfc1;*/
  color: #ffffff;
  line-height:1;
  background:url(http://free-images.gatag.net/images/201108090000.jpg) no-repeat;
  background-size:cover;
  height:100%;
  -webkit-animation:fadeIn 2s ease-out 0s 1 normal;
}
.under p{
  padding:2%;
}
.under p::selection {
    background:#d4dcd6; /* Safari */
}



@-webkit-keyframes fadeIn {
  0%  { opacity: 0;}
  100%  { opacity: 1}
}