body {
  text-align: center;
}
@font-face {
  font-family: "spice";
  src: url(./fonts/Bungee_Spice/BungeeSpice-Regular.ttf);
}
@font-face {
  font-family: "gaming";
  src: url(./fonts/Press_Start_2P/PressStart2P-Regular.ttf);
}
h1 {
  font-family: sans-serif;
  font-family: "gaming";
  padding: 10px;
  text-transform: uppercase;
  border: 4px solid goldenrod;
}
p {
  font-style: italic;
  margin: 0;
  letter-spacing: 2px;
  word-spacing: 15px;
  line-height: 30px;
  font-family: "spice";
}
img {
    height: 100px;
}