body {
  background: url(../images/brenda.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

p {
  font-family: 'Liu Jian Mao Cao', cursive;
}

#tag {
  position: absolute;
  bottom: 0vh;
  right: 6vw;
  font-size: 10vh;
  color: #fafad2;
}

#kitten {
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  margin:auto;
}

@media only screen and (orientation: portrait) {
  #tag {
    right: 50%;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    font-size: 5vh;
  }
}
