@import url('https://fonts.googleapis.com/css2?family=Jim+Nightshade&display=swap');

h1 {
  font-size: 70px
}
h2 {
  font-size: 50px
}
p {
  font-size: 25px
}
a {
  color: #E6A817;
}
body {
  font-family: "Jim Nightshade", cursive;
  color: #E6A817;
  background-color: #111111;
  text-align: center;
}
