@font-face {
  font-family: 'Pixel';
  src: url('https://jeweljar.neocities.org/celeste/PixelSans.ttf') format('ttf'),
       url('https://jeweljar.neocities.org/celeste/PixelSans.ttf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Bubble';
  src: url('https://jeweljar.neocities.org/celeste/BubbleLetter.ttf') format('ttf'),
       url('https://jeweljar.neocities.org/celeste/BubbleLetter.ttf');
  font-weight: normal;
  font-style: normal;
}


body {
  background-color: LightSkyBlue;
  color: CornflowerBlue;
}

p1 {
  font-family: 'Pixel';
  font-size: 34px;
}

h1 {
  font-family: 'Bubble';
  font-size: 50px;
}
  