body{
  background-color:rgba(225,225,225,0.65);

}
.h1{
  background-image:url("https://jjnumwoodopinions.neocities.org/images/wavy.jpg");
  background-size:50px 50px;
  color:transparent;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip:text;
  -moz-background-clip:text;
  background-clip:text;
  font-family:vibe;
  font-size:5rem;
  text-align:center;
  text-shadow:6px 6px 13px black;
}
.quotes{
  font-size:1rem;
  color:white;
  text-shadow: 6px 6px 13px grey;
  font-family: vibe;
}
@font-face{
  font-family:vibe;
  src: url("https://jjnumwoodopinions.neocities.org/fonts/GreatVibes-Regular%20(3).ttf");
}