@font-face {
  font-family: cats;
  src: url(tender\ kittens.ttf);
  } 
body {
  background-image: url(/images/flower.jpg);
  background-repeat: repeat;
}
.xmas {
  width: 15vw;
}
.sad {
  width: 20vw;
}
.kitty {
  width: 9vw;
}
.more {
  width: 21vw;
  box-shadow: 3px 2px 9px rgba(0, 0, 0, 0.526);
}
.cats {
  width: 30vw;
}
.cat {
  font-family: 'Cats', cursive;
  font-size: 4em;
  background-color: rgba(255, 255, 255, 0.412);
}