@font-face {
	font-family: 'TropicFantasyRegular';
	src: url(/resources/fonts/Tropic\ Fantasy\ Regular.woff2) format('woff2');
  }
  
  @font-face{
	  font-family: 'JungleCamp';
	  src: url(/resources/fonts/Jungle\ Camp.woff2) format('woff2');
  }
  
  body {
	  background-color: PaleGoldenRod;
  }
  
  #headerOne{
	  font-family: 'JungleCamp';
	  color: RosyBrown;
  }
  
  body{
      letter-spacing: 0.05rem;
  }
  
  h1{
      font-size: 2rem;
  }