
@font-face {
  font-family: 'Quiet Meows';
  src: url('fonts/Quiet Meows.ttf') format('truetype');
}

@font-face {
font-family: 'lovely';
src: url(https://dl.dropbox.com/s/xde2bkhiie1bm8r/LovelyRegular.ttf);
}
h1 {
  font-family: 'Quiet Meows', sans-serif;
}
body {
  background-image: url('pics/plaid-baby-blue.jpg');
  color: black;
  font-family: 'lovely';
}
.indexbox {
  background-color: white;
  width: 500px;
  margin: 20px;
  padding: 20px;
  transform: translate(50%,50%);
}
