@font-face {
  font-family: "mayorsmith";
  src: url("/font/fonts_Mayor-Smith.ttf") format("ttf"),
}
@font-face {
  font-family: "textbook";
  src: url("/font/Textbook-Charlie.ttf") format("ttf"),
}
  
h1 {
  font-family: "mayorsmith";
}
p {
  font-family: "textbook";
  }
body {
  background-image: url(/images/IMG_0280.jpeg);
}