@import url(https://fonts.googleapis.com/css?family=Yanone+Kaffeesatz:bold);


/* Global ------------------------------------------------------ */

html {
  height: 100%;
  font: 62.5%/1 "Lucida Sans Unicode","Lucida Grande",Verdana,Arial,Helvetica,sans-serif;
  background-size: auto, cover;
}

body {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  #background-color: hsla(30,20%,95%,.9);
}


/* Wrapper ------------------------------------------------------ */

#wrapper {
  position: absolute;
  z-index:1;
  text-align: center;
  font-weight: bold;
  font-family: "Yanone Kaffeesatz", "Lucida Grande", Lucida, Verdana, sans-serif;
  margin: 0 auto;
  padding: 7em 0;
  border-radius: 4px;
  perspective: 350;
  width:100%;
  height:80%;
  overflow:hidden;
}

#wrapper:focus {
  outline: none;
}

.small {
  font-size:3em !important;
}

#wrapper p {
  font-size: 10em;
  margin: 0;
  color: #fff;
  #text-transform: uppercase;
  letter-spacing: 0.03em;
  color: hsla(0,0%,0%,0);
  transform: rotate(-6.5deg) rotateX(20deg) skewX(-2deg);
  -webkit-transition: -webkit-transform .1s ease-out; /* only WebKit because of performance */
  text-shadow: #181 0 0 1px, #131 0 4px 3px, #141 0 9px 3px, #151 0 12px 1px, rgba(0,0,0,0.2) 0 14px 3px, rgba(0,0,0,0.1) 0 20px 10px, rgba(0,0,0,0.2) 0 15px 80px;
  width: 100%;
  height: 100%;
  outline: 0px solid transparent;
}

#wrapper p::selection {
  background-color: #090;
  border:none;
}
