@font-face {
  font-family: 'Petscop';
  src: url('PetscopWide.ttf') format('truetype')
}

body {
  background-color: white;
  background-image: url('/tile.png');
  background-size: 150px;
  color: black;
  font-family: Petscop;
  font-size: 32px;
}

p {
  text-align: center;
}